Is there a way I can set the start time and end time (working hours) of a day in timeline view?
Assuming the timescale is Days?
Thanks in advance,
Assuming the timescale is Days?
SchedulerTimelineView v = productionScheduler.GetTimelineView();
v.StartDate = DateTime.Today.AddDays(-6)
v.ShowTimescale(Timescales.Days);
??v.DayStartTime??
??v.DayEndTime??
Thanks in advance,