Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1ScheduleStorage Class / Days Property

In This Topic
    Days Property (C1ScheduleStorage)
    In This Topic
    Gets the C1.Schedule.DayCollection which keeps all the days used for scheduling.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Days As DayCollection
    public DayCollection Days {get;}
    See Also