Skip to main content

DxSchedulerDataStorage.GetOccurrencesAndExceptions(Object, DxSchedulerDateTimeRange) Method

Retrieves the collection of occurrences and exceptions with the specified recurrence index that belong to the specified time interval.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public IEnumerable<DxSchedulerAppointmentItem> GetOccurrencesAndExceptions(
    object recurrenceInfoId,
    DxSchedulerDateTimeRange interval
)

Parameters

Name Type Description
recurrenceInfoId Object

The identifier of the recurrence info.

interval DxSchedulerDateTimeRange

The time interval.

Returns

Type Description
IEnumerable<DxSchedulerAppointmentItem>

The collection of occurrences and exceptions.

See Also