DayPilot.Scheduler.visibleEnd

The visibleEnd() method returns the date/time end of the Scheduler grid.

Declaration

DayPilot.Scheduler.visibleEnd();

Return Value

DayPilot.Date object.

Note

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

See Also