Back to Devexpress

SchedulerStorageBase.GetAppointments Method

corelibraries-devexpress-dot-xtrascheduler-dot-schedulerstoragebase-dot-getappointments.md

latest986 B
Original Source

SchedulerStorageBase.GetAppointments Method

NameParametersDescription
GetAppointments(TimeInterval, Boolean)interval, useCacheRetrieves the collection of appointments that fall within the specified time interval.
GetAppointments(TimeIntervalCollection, Boolean)intervals, useCacheRetrieves the collection of appointments that fall within the specified time interval.
GetAppointments(DateTime, DateTime, Boolean)start, end, useCacheRetrieves the collection of appointments that fall within the specified time interval.