Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / Day Class / Appointments Property

In This Topic
    Appointments Property (Day)
    In This Topic
    Returns the list of Appointment objects which occur during the current day.
    Syntax
    'Declaration
     
    Public ReadOnly Property Appointments As System.Collections.Generic.List(Of Appointment)
    public System.Collections.Generic.List<Appointment> Appointments {get;}
    See Also