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()
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot