RecurrenceInfo.Interval Property
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
public DateTimeRange Interval { get; }
Property Value
Type | Description |
---|---|
DateTimeRange | The date interval that specifies start and end dates of the recurrence. |
See Also