ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / WorkDays Property

In This Topic
    WorkDays Property
    In This Topic
    Gets or sets the C1.CalendarView.WorkDays object which specifies weekends for the single week.
    Syntax
    'Declaration
     
    
    Public Property WorkDays As WorkDays
    public WorkDays WorkDays {get; set;}
    See Also