Back to Devexpress

SchedulerDataStorage.GetAppointments(TimeInterval) Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerdatastorage-dot-getappointments-x28-devexpress-dot-xtrascheduler-dot-timeinterval-x29.md

latest2.7 KB
Original Source

SchedulerDataStorage.GetAppointments(TimeInterval) Method

Retrieves the collection of appointments that fall within the specified time interval.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public AppointmentBaseCollection GetAppointments(
    TimeInterval interval
)
vb
Public Function GetAppointments(
    interval As TimeInterval
) As AppointmentBaseCollection

Parameters

NameTypeDescription
intervalTimeInterval

A TimeInterval object which is the required time interval.

|

Returns

TypeDescription
AppointmentBaseCollection

An AppointmentBaseCollection collection of appointments which belong to the specified time interval.

|

Remarks

The GetAppointments method returns standard appointments and occurrences (appointments created based upon recurring pattern appointments), that belong to the specified time interval. If an appointment’s time interval partially overlaps the specified interval, this appointment is also included in the collection returned.

The GetAppointments method gets appointments contained in the storage and passed through filters. Appointment filters are the AppointmentDataStorage.Filter property and the SchedulerDataStorage.FilterAppointment event.

By default, SchedulerControl creates a cache of the recently used appointments to increase performance. If you work with recurring appointments, occurrences for a certain pattern are generated only once and then cached to allow accessing them faster.

See Also

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XtraScheduler Namespace