Scheduler for WPF | ComponentOne
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 List(Of Appointment)
    public List<Appointment> Appointments {get;}
    See Also