DayPilot.Scheduler.visibleEnd

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

Declaration

DayPilot.Scheduler.visibleEnd()

Return Value

Returns a DayPilot.Date object.

Notes

To get the end of the current viewport, use DayPilot.Scheduler.getViewport().

Example

const dp = new DayPilot.Scheduler("dp", {
  // ...
});
dp.init();

const end = dp.visibleEnd();

See Also

DayPilot.Scheduler.visibleStart()

DayPilot.Scheduler.getViewport()

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript