SchedulerDataStorage.GetOccurrencesAndExceptions(Object, DateTimeRange) Method
Returns all occurrences and exceptions to a pattern that use the recurrence info with the specified identifier.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public IEnumerable<AppointmentItem> GetOccurrencesAndExceptions(
object recurrenceInfoId,
DateTimeRange interval
)
Parameters
| Name | Type | Description |
|---|---|---|
| recurrenceInfoId | Object | The recurrence info identifier. |
| interval | DateTimeRange | The date-time range within which all returned occurrences and exceptions are. |
Returns
| Type | Description |
|---|---|
| IEnumerable<AppointmentItem> | All occurrences and exceptions to pattern within the specified date-time range. |
See Also