SchedulerStorageBase.GetAppointments Method
| Name | Parameters | Description |
|---|---|---|
| GetAppointments(TimeInterval, Boolean) | interval, useCache | Retrieves the collection of appointments that fall within the specified time interval. |
| GetAppointments(TimeIntervalCollection, Boolean) | intervals, useCache | Retrieves the collection of appointments that fall within the specified time interval. |
| GetAppointments(DateTime, DateTime, Boolean) | start, end, useCache | Retrieves the collection of appointments that fall within the specified time interval. |