Package version:

Interface OperatingHoursTime

Represents a date and time

Hierarchy

  • OperatingHoursTime

Properties

Properties

date: string

Represents current calendar date in POI time zone, e.g. "2019-02-07". NOTE: This property will not be serialized. It can only be populated by the server.

hour: number

Hours are in the 24 hour format in the local time of a POI; possible values are 0 - 23. NOTE: This property will not be serialized. It can only be populated by the server.

minute: number

Minutes are in the local time of a POI; possible values are 0 - 59. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc