Posted 19 September 2017, 10:13 am EST
Hi,
I set the start time and end time of working days by using code:
scheduler.CalendarHelper.StartDayTime = (_workingDays.StartTime.Value - _workingDays.StartTime.Value.Date);
scheduler.CalendarHelper.EndDayTime = (_workingDays.EndTime.Value - _workingDays.EndTime.Value.Date);
The start time is set to "02:00:00", and the end time is set to "14:00:00".
However, the visual time slots sitll start from 12:00 AM.
Is there something missing?
Thanks