How to make scalehours in 30 minutes interval.
In the Scheduler, you can use the following to get 30-minute time slots:
dp.scale = "CellDuration"; dp.cellDuration = 30;
See also: http://doc.daypilot.org/scheduler/scale/ http://doc.daypilot.org/scheduler/time-cell-duration/
In the Calendar, use:
dp.cellDuration = 30;
See also: http://doc.daypilot.org/calendar/time-cell-duration/
Thank you Dan Letecky. I have a project to build Manpower planning solution on web. I am interested in using scheduler.