Information about business work hours.

Constructors

Properties

Accessors

Constructors

Properties

Accessors

  • get days(): readonly BusinessWorkHoursDay[]
  • Parsed business hours intervals per week day.

    Returns readonly BusinessWorkHoursDay[]

    Array of 7 elements, each representing a day of the week (starting from Monday = 0)

  • get isOpenNow(): boolean
  • Whether the business is open right now

    Returns boolean

  • get timezoneId(): string
  • Identifier of the time zone in which the hours are defined, in the IANA format.

    Returns string