Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Hiding non-working hours in WebDayView and WebMonthView controlls
posted

Is it at all possible to hide non-working hours by setting a property of the NonWorkingTimeSlotStyle attribute of the WorkDayStartTime and WorkDayEndTime objects?

 

I use the following code to set the WorkDayStartTime and WorkDayEndTime properties:

 jobsWebScheduleInfo.WorkDayStartTime = new SmartDate(1, 1, 1, 7, 30, 0);

jobsWebScheduleInfo.WorkDayEndTime = new SmartDate(1, 1, 1, 18, 30, 0);