ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / WorkDays Property

In This Topic
    WorkDays Property
    In This Topic
    Gets or sets the WorkDays object containing the set of working days in one week.
    Syntax
    'Declaration
     
    Public Property WorkDays As WorkDays
    public WorkDays WorkDays {get; set;}
    See Also