Class JsBusinessCalendar
java.lang.Object
io.deephaven.web.client.api.widget.calendar.JsBusinessCalendar
@TsInterface
@TsName(namespace="dh.calendar",
name="BusinessCalendar")
public class JsBusinessCalendar
extends Object
Defines a calendar with business hours and holidays.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelemental2.core.JsArray<String>
The days of the week that are business days.elemental2.core.JsArray<JsBusinessPeriod>
The business periods that are open on a business day.elemental2.core.JsArray<JsHoliday>
All holidays defined for this calendar.getName()
The name of the calendar.The time zone of this calendar.
-
Constructor Details
-
JsBusinessCalendar
-
-
Method Details
-
getName
The name of the calendar.- Returns:
- String
-
getTimeZone
The time zone of this calendar.- Returns:
- dh.i18n.TimeZone
-
getBusinessDays
The days of the week that are business days.- Returns:
- String array
-
getBusinessPeriods
The business periods that are open on a business day.- Returns:
- dh.calendar.BusinessPeriod
-
getHolidays
All holidays defined for this calendar.- Returns:
- dh.calendar.Holiday
-