constants ShowNonworkingTimeEnum
The ShowNonworkingTimeEnumtype indicates the way the control can display the non-working time intervals. The ShowNonworkingTime property shows or hides the defined non-working intervals. The Add method of the NonworkingTimes objects adds a new non-working time interval. The NonworkingTimes collection is accessible through the NonworkingTimes property of the control. 

The ShowNonworkingTimeEnum type supports the following values:

NameValueDescription
exHideNonworkingTime0 The nonworking time of the date is not shown.
exShowNonworkingTimeBack1 The nonworking time of the date is shown on the background.
exShowNonworkingTimeFront2 The nonworking time of the date is displayed on front.
exShowNonworkingTimeSemi3 The nonworking time of the date is displayed using a semi-transparent color.