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.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
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