Gets or sets the ObservableCollection<(Of <(<'T>)>)> object which holds
the list of weekend days which should be working.
Namespace:
C1.Silverlight.ScheduleYou cannot set this property in XAML.
Assembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
public ObservableCollection<DateTime> WeekendExceptions { get; set; } |
Visual Basic |
---|
Public Property WeekendExceptions As ObservableCollection(Of DateTime) Get Set |
Remarks
Setting this property copies items from the new value to the
underlying collection.