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