DayPilot.Month.visibleEnd

The visibleEnd() method returns the end of the last visible day.

Declaration

DayPilot.Month.visibleEnd();

Return Value

DayPilot.Date object

Example

var end = dp.visibleEnd();