Back to Devexpress

ISchedulerStorageBase.GetAppointments(TimeIntervalCollection) Method

corelibraries-devexpress-dot-xtrascheduler-dot-ischedulerstoragebase-dot-getappointments-x28-devexpress-dot-xtrascheduler-dot-timeintervalcollection-x29.md

latest2.7 KB
Original Source

ISchedulerStorageBase.GetAppointments(TimeIntervalCollection) Method

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
AppointmentBaseCollection GetAppointments(
    TimeIntervalCollection intervals
)
vb
Function GetAppointments(
    intervals As TimeIntervalCollection
) As AppointmentBaseCollection

Parameters

NameTypeDescription
intervalsTimeIntervalCollection

A TimeInterval object which contains the required time intervals.

|

Returns

TypeDescription
AppointmentBaseCollection

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

|

Remarks

The GetAppointments method returns appointments of any type (regular appointments, recurring appointments and exceptions) that belong to the specified time intervals. If an appointment’s time interval partially overlaps the specified interval, this appointment is also included in the returned collection.

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

See Also

ISchedulerStorageBase Interface

ISchedulerStorageBase Members

DevExpress.XtraScheduler Namespace