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

In This Topic
    Days Property (AppointmentCollection)
    In This Topic
    Gets the reference to the associated DayCollection object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Days As DayCollection
    public DayCollection Days {get;}
    See Also