Class JsHoliday
java.lang.Object
io.deephaven.web.client.api.widget.calendar.JsHoliday
A holiday in a
dh.calendar.BusinessCalendar.
A holiday includes a date and may define one or more business periods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelemental2.core.JsArray<JsBusinessPeriod> Get an array of all business periods that are open on the holiday.getDate()Get the date of the holiday.
-
Constructor Details
-
JsHoliday
-
-
Method Details
-
getDate
Get the date of the holiday.- Returns:
LocalDateWrapper
-
getBusinessPeriods
Get an array of all business periods that are open on the holiday.- Returns:
dh.calendar.BusinessPeriodarray
-