DxSchedulerTimeSpanRange.Day Property
Gets the day’s time interval.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public static DxSchedulerTimeSpanRange Day { get; }
Property Value
| Type | Description |
|---|---|
| DxSchedulerTimeSpanRange | A DxSchedulerTimeSpanRange class. |
Remarks
The standard day interval is from 0.00 until 24.00.
See Also