Defines a calendar with business hours and holidays.

Hierarchy

  • BusinessCalendar

Accessors

  • get businessDays(): string[]
  • The days of the week that are business days.

    Returns string[]

    String array

  • get businessPeriods(): BusinessPeriod[]
  • The business periods that are open on a business day.

    Returns BusinessPeriod[]

    dh.calendar.BusinessPeriod

  • get holidays(): Holiday[]
  • All holidays defined for this calendar.

    Returns Holiday[]

    dh.calendar.Holiday

  • get name(): string
  • The name of the calendar.

    Returns string

    String

  • get timeZone(): TimeZone
  • The time zone of this calendar.

    Returns TimeZone

    dh.i18n.TimeZone