DayPilot.Calendar.timeHeaderCellDuration

The timeHeaderCellDuration property (number) sets the duration of the time header cells in minutes. By default, the JavaScript Calendar component displays one cell per hour in the time header column.

The value must be between 1 and 60 and it must divide 60 without a remainder.

Default Value

60

Example

dp.timeHeaderCellDuration = 30;