Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / CalendarInfo Class / WorkDays Property

In This Topic
    WorkDays Property (CalendarInfo)
    In This Topic
    Gets or sets the WorkDays object containing the set of working days in one week.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("CalendarInfo")>
    <C1DescriptionAttribute("CalendarInfo.WorkDays", "The list of working days of a week.")>
    Public Property WorkDays As WorkDays
    [C1Category("CalendarInfo")]
    [C1Description("CalendarInfo.WorkDays", "The list of working days of a week.")]
    public WorkDays WorkDays {get; set;}
    See Also