DxSchedulerDateTimeRange.Duration Property
Gets the range’s duration.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public TimeSpan Duration { get; }
Property Value
Type | Description |
---|---|
TimeSpan | The range’s duration. |
Remarks
The Duration
value is calculated as the difference between the End and Start values.
See Also