DxSchedulerDataStorage.GetOccurrencesAndExceptions(DxSchedulerAppointmentItem, DxSchedulerDateTimeRange) Method
Retrieves the collection of occurrences and exceptions that belong to the specified time interval.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public IReadOnlyList<DxSchedulerAppointmentItem> GetOccurrencesAndExceptions(
DxSchedulerAppointmentItem pattern,
DxSchedulerDateTimeRange interval
)
Parameters
| Name | Type | Description |
|---|---|---|
| pattern | DxSchedulerAppointmentItem | The pattern whose occurrence and exception is requested. |
| interval | DxSchedulerDateTimeRange | The time interval. |
Returns
| Type | Description |
|---|---|
| IReadOnlyList<DxSchedulerAppointmentItem> | The collection of occurrences and exceptions. |
See Also