DxSchedulerTimeSpanRange(TimeSpan, TimeSpan) Constructor
In This Article
Initializes a new DxSchedulerTimeSpanRange class instance with the specified start and end times.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
start | Time |
The interval’s start date. |
end | Time |
The interval’s end date. |
See Also