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