RecurrenceInfo.Interval Property
In This Article
Returns the date interval that specifies start and end dates of the recurrence.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public DateTimeRange Interval { get; }
#Property Value
Type | Description |
---|---|
Date |
The date interval that specifies start and end dates of the recurrence. |
See Also