Skip to main content
A newer version of this page is available. .

DxSchedulerTimeSpanRange(TimeSpan, TimeSpan) Constructor

Initializes a new DxSchedulerTimeSpanRange class instance with the specified start and end times.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerTimeSpanRange(
    TimeSpan start,
    TimeSpan end
)

Parameters

Name Type Description
start TimeSpan

The interval’s start date.

end TimeSpan

The interval’s end date.

See Also