Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CalendarHelper Class / WeekendExceptions Property

In This Topic
    WeekendExceptions Property (CalendarHelper)
    In This Topic
    Gets or sets the ObservableCollection object which holds the list of weekend days which should be working.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("CalendarHelper.WeekendExceptions", "The list of working weekend days.")>
    Public Property WeekendExceptions As ObservableCollection(Of Date)
    [C1Description("CalendarHelper.WeekendExceptions", "The list of working weekend days.")]
    public ObservableCollection<DateTime> WeekendExceptions {get; set;}
    Remarks
    Setting this property copies items from the new value to the underlying collection.
    See Also