DayPilot.Scheduler.visibleStart

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

Declaration

DayPilot.Scheduler.visibleStart()

Return Value

Returns a DayPilot.Date object.

Notes

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

Example

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

const start = dp.visibleStart();

See Also

DayPilot.Scheduler.visibleEnd()

DayPilot.Scheduler.getViewport()

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript