time_step
Description
Sets the minimum step (in minutes) for event's time values
time_step: number
Example
scheduler.config.time_step = 15;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");
Default value: 5
Applicable views: Day view, Week view, Month view, Units view
Related samples
Details
- Start and end times of an event will have the values multiple of the time step, i.e. if time_step = 20, the event can start only at: 0, 20, 40 minutes etc.
- The lightbox time selector will have the same time step (it's true for the Timeline view as well).
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.