ComponentOne Scheduler for WPF and Silverlight
WeekendExceptions Property (CalendarHelper)

C1.WPF.Schedule Namespace > CalendarHelper Class : WeekendExceptions Property
Gets or sets the System.Collections.ObjectModel.ObservableCollection`1 object which holds the list of weekend days which should be working.
Syntax
'Declaration
 
Public Property WeekendExceptions As System.Collections.ObjectModel.ObservableCollection(Of Date)
public System.Collections.ObjectModel.ObservableCollection<DateTime> WeekendExceptions {get; set;}
Remarks
Setting this property copies items from the new value to the underlying collection.
See Also

Reference

CalendarHelper Class
CalendarHelper Members