Skip to main content
All docs
V19.1

SchedulerView.GetOccurrencesAndExceptions(AppointmentItem, DateTimeRange) Method

Returns all occurrences and exceptions to the specified pattern that are within the given date-time interval.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public IEnumerable<AppointmentItem> GetOccurrencesAndExceptions(
    AppointmentItem pattern,
    DateTimeRange interval
)

Parameters

Name Type Description
pattern AppointmentItem

The pattern whose exceptions should be returned.

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