Skip to main content

SchedulerStorage.GetAppointments(DateTime, DateTime, Boolean) Method

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public virtual AppointmentBaseCollection GetAppointments(
    DateTime start,
    DateTime end,
    bool useCache
)

#Parameters

Name Type
start DateTime
end DateTime
useCache Boolean

#Returns

Type
AppointmentBaseCollection
See Also