Class JsBusinessPeriod

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

@TsInterface @TsName(namespace="dh.calendar", name="BusinessPeriod") public class JsBusinessPeriod extends Object
A business period within a dh.calendar.BusinessCalendar.

A business period describes the open and close times for a single contiguous range of time on a business day.

  • Constructor Details

  • Method Details

    • getOpen

      @JsProperty public String getOpen()
      The open time for this business period.
      Returns:
      The open time
    • getClose

      @JsProperty public String getClose()
      The close time for this business period.
      Returns:
      The close time