Skip to main content

SchedulerStorage.GetAppointments Method

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