How to: Set Custom Working Days
This example demonstrates how to set a week's work days to Monday, Tuesday, Wednesday and Thursday. All other days will not be regarded as work days, and therefore will not be displayed within the Work-Week View.
The BeginUpdate and EndUpdate methods are called in the example to prevent excessive change notifications from being sent. The SchedulerControl control will not receive any change notifications until the EndUpdate method is invoked, and then only a single change notification will be sent.