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 Summary
ConstructorsConstructorDescription -
Method Summary
-
Constructor Details
-
JsBusinessPeriod
-
-
Method Details
-
getOpen
The open time for this business period.- Returns:
- The open time
-
getClose
The close time for this business period.- Returns:
- The close time
-