Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / AppointmentStorage Class / Appointments Property

In This Topic
    Appointments Property (AppointmentStorage)
    In This Topic
    Gets an AppointmentCollection object that contains appointment related information.
    Syntax
    'Declaration
     
    Public ReadOnly Property Appointments As AppointmentCollection
    public AppointmentCollection Appointments {get;}
    See Also