RecurrenceInfo.Duration Property
Returns how long the recurrence occurs.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public TimeSpan Duration { get; }
Property Value
Type | Description |
---|---|
TimeSpan | The span that specifies how long the recurrence occurs |
See Also