java.lang.Object
io.deephaven.web.client.api.widget.calendar.JsHoliday

@TsInterface @TsName(namespace="dh.calendar", name="Holiday") public class JsHoliday extends Object
  • Constructor Details

    • JsHoliday

      public JsHoliday(Holiday holiday)
  • Method Details

    • getDate

      @JsProperty public LocalDateWrapper getDate()
      The date of the Holiday.
      Returns:
      LocalDateWrapper
    • getBusinessPeriods

      @JsProperty public elemental2.core.JsArray<JsBusinessPeriod> getBusinessPeriods()
      The business periods that are open on the holiday.
      Returns:
      dh.calendar.BusinessPeriod