Skip to main content

AppointmentStorageBase.GetAppointmentsExpandingPatterns(TimeInterval) Method

Gets all appointments including occurrences and exceptions which are located in the specified time interval.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public virtual AppointmentBaseCollection GetAppointmentsExpandingPatterns(
    TimeInterval interval
)

Parameters

Name Type Description
interval TimeInterval

A TimeInterval object specifying the time interval to search.

Returns

Type Description
AppointmentBaseCollection

An AppointmentBaseCollection object containing appointments in the specified interval.

See Also