DayPilot.Scheduler.visibleStart

The visibleStart() method returns the date/time start of the Scheduler grid.

Declaration

DayPilot.Scheduler.visibleStart();

Return Value

DayPilot.Date object.

Note

To get the start of the current viewport, use getViewPort() method.

See Also