The days of the week, as a number in the range [0,
6], starting on Sunday. For example, 2 means
Tuesday.
The hours of the google.maps.places.PlaceOpeningHoursTime.time as
a number, in the range [0, 23]. This will be
reported in the Place’s time zone.
The minutes of the google.maps.places.PlaceOpeningHoursTime.time
as a number, in the range [0, 59]. This will be
reported in the Place’s time zone.
The timestamp (as milliseconds since the epoch, suitable for use with
new Date()) representing the next occurrence of this
PlaceOpeningHoursTime. It is calculated from the google.maps.places.PlaceOpeningHoursTime.day of week, the google.maps.places.PlaceOpeningHoursTime.time, and the google.maps.places.PlaceResult.utc_offset_minutes. If the google.maps.places.PlaceResult.utc_offset_minutes is
undefined, then nextDate will be
undefined.
The time of day in 24-hour "hhmm" format. Values are in the
range
["0000", "2359"]. The time will be reported in
the Place’s time zone.
Generated using TypeDoc
Defines when a Place opens or closes.