Skip to main content
A newer version of this page is available. .

AppointmentStorageBase.GetAppointmentsExpandingPatterns(TimeInterval, Boolean) Method

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

Namespace: DevExpress.XtraScheduler

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

Declaration

public virtual AppointmentBaseCollection GetAppointmentsExpandingPatterns(
    TimeInterval interval,
    bool recurringOnly
)

Parameters

Name Type Description
interval TimeInterval

A TimeInterval object specifying the time interval to search.

recurringOnly Boolean

True to obtain only recurring appointments; otherwise, false.

Returns

Type Description
AppointmentBaseCollection

An AppointmentBaseCollection object containing appointments in the specified interval.

See Also