DayPilot.Scheduler.days

The days property sets the visible time range of the JavaScript Scheduler (in days). The first visible date is set using startDate property.

If showNonBusiness is set to false and businessWeekends is set to false the resulting timeline may be shorter than the specified days value (the non-business days are removed after the timeline is generated).

Default Value

1

Example

dps.days = 30;

Related Properties