DxSchedulerTimeSpanRange.Duration Property
In This Article
Gets the day interval’s duration.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public TimeSpan Duration { get; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
The Duration
value is calculated as the difference between the End and Start values.
See Also