DateTimeRange

Rango de horas entre dos DateTime. Para una fecha y hora en punto, usa start == end.

google/type/interval.proto tiene un propósito similar, pero con el tiempo físico (solo nos importa el tiempo civil).

Representación JSON
{
  "firstDate": {
    object (DateTime)
  },
  "lastDate": {
    object (DateTime)
  }
}
Campos
firstDate

object (DateTime)

Inicio del rango.

lastDate

object (DateTime)

Fin de la autonomía