DxSchedulerRecurrenceInfo.Duration Property
Returns the duration of the interval between the recurrent appointment’s start and end date.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public TimeSpan Duration { get; }
Property Value
Type | Description |
---|---|
TimeSpan | The interval’s duration. |
See Also