ComponentOne CalendarView for WinForms
C1.CalendarView Namespace / WorkDays Class / Days Property

In This Topic
    Days Property
    In This Topic
    Gets list of System.DayOfWeek objects of work days.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Days As List(Of DayOfWeek)
    public List<DayOfWeek> Days {get;}
    See Also