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

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