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.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public IEnumerable<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 |
---|---|
IEnumerable<DxSchedulerAppointmentItem> | The collection of occurrences and exceptions. |
See Also