[]
Gets or sets the ObservableCollection<T> object which holds the list of weekend days which should be working.
public ObservableCollection<DateTime> WeekendExceptions { get; set; }
Setting this property copies items from the new value to the underlying collection.