SchedulerStorage.GetAppointments(TimeIntervalCollection, Boolean) Method
In This Article
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
public virtual AppointmentBaseCollection GetAppointments(
TimeIntervalCollection intervals,
bool useCache
)
#Parameters
Name | Type |
---|---|
intervals | Time |
use |
Boolean |
#Returns
Type |
---|
Appointment |
See Also