DayPilot.Calendar.cellDuration

The cellDuration property (number) specifies the cell duration in the JavaScript Calendar component (in minutes).

  • In the Lite version, it accepts values from 1 to 60. It's recommended to use values that divide 60 without a remainder.

  • In the Pro version, it accepts any value higher than 0.

Default Value

30

Example

Calendar config:

{
  cellDuration: 15,
  // ...
}