Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.61 KB

PlaceOpeningHoursTime.md

File metadata and controls

44 lines (23 loc) · 1.61 KB

See html formatted version

PlaceOpeningHoursTime interface

google.maps.places.PlaceOpeningHoursTime interface

Defines when a Place opens or closes.

Library

places

Properties

undefined

Type:  number

The days of the week, as a number in the range [0, 6], starting on Sunday. For example, 2 means Tuesday.

undefined

Type:  number

The hours of the PlaceOpeningHoursTime.time as a number, in the range [0, 23]. This will be reported in the Place’s time zone.

undefined

Type:  number

The minutes of the PlaceOpeningHoursTime.time as a number, in the range [0, 59]. This will be reported in the Place’s time zone.

undefined

Type:  number optional

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 PlaceOpeningHoursTime.day of week, the PlaceOpeningHoursTime.time, and the PlaceResult.utc_offset. If the PlaceResult.utc_offset is undefined, then nextDate will be undefined.

undefined

Type:  string

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.