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
295
Working days and Working hours
posted

I want to display work days vs non-work days in different colors as well as working hours vs non-working hours.  I figured out how to do that using CalendarLook.DaysOfWeekLook[dow].Appearance.BackColor and CalendarInfo.DaysOfWeek[dow].WorkDayStartTime, for example.

However, I have a requirment where each day is unique, not each day of the week.  So, for example, we may have a situation where this Monday is a work-day 8am- 5pm but next week, Monday is a Non-Work day, and the following Monday it’s a work day from 9am – 6pm. So, now I can't use the DaysOfTheWeek object.  I will need to set some properties at the Day level but I can't find the same kind of properties on the Day object. 

Is there anyway to do this?