Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Schedule.Printing Namespace / DateAppointments Class / Appointments Property

In This Topic
    Appointments Property (DateAppointments)
    In This Topic
    Gets the System.Collections.Generic.List`1 list of all appointments for the represented day.
    Syntax
    'Declaration
     
    Public ReadOnly Property Appointments As System.Collections.Generic.List(Of Appointment)
    public System.Collections.Generic.List<Appointment> Appointments {get;}
    See Also