search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

scalehours in 30 minutes

Asked by Santhosh C Jacob
9 years ago.

How to make scalehours in 30 minutes interval.

Answer posted by Dan Letecky [DayPilot]
9 years ago.

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/

Answer posted by Santhosh C Jacob
9 years ago.

Thank you Dan Letecky. I have a project to build Manpower planning solution on web. I am interested in using scheduler.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.