Skip to main content
A newer version of this page is available. .

RecurrenceInfo.Interval Property

Returns the date interval that specifies start and end dates of the recurrence.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public DateTimeRange Interval { get; }

Property Value

Type Description
DateTimeRange

The date interval that specifies start and end dates of the recurrence.

See Also