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

In This Topic
    WorkDays Property (CalendarHelper)
    In This Topic
    Gets or sets the WorkDays object containing the set of working days in one week.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("CalendarHelper.WorkDays", "The list of working days of a week.")>
    Public Property WorkDays As WorkDays
    [C1Description("CalendarHelper.WorkDays", "The list of working days of a week.")]
    public WorkDays WorkDays {get; set;}
    Remarks
    Note: WorkingWeekView style should set VisualTimeSpan property to 7 days. The actual number of displayed days will depend on the WorkDays list.
    See Also