AppointmentCollection Constructors
A collection of appointments.Name | Parameters | Description |
---|---|---|
AppointmentCollection() | none | Initializes a new instance of the AppointmentCollection class with the default settings. |
AppointmentCollection(ISchedulerStorageBase) | storage | Initializes a new instance of the AppointmentCollection class with the specified scheduler storage. |
See Also