SchedulerDataStorage.GetOccurrencesAndExceptions(Object, DateTimeRange) Method
In This Article
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
C#
public IEnumerable<AppointmentItem> GetOccurrencesAndExceptions(
object recurrenceInfoId,
DateTimeRange interval
)
#Parameters
Name | Type | Description |
---|---|---|
recurrence |
Object | The recurrence info identifier. |
interval | Date |
The date-time range within which all returned occurrences and exceptions are. |
#Returns
Type | Description |
---|---|
IEnumerable<Appointment |
All occurrences and exceptions to pattern within the specified date-time range. |
See Also