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

DxSchedulerDateTimeRange(DateTime, TimeSpan) Constructor

Initializes a new instance of the DxSchedulerDateTimeRange class.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerDateTimeRange(
    DateTime start,
    TimeSpan duration
)

Parameters

Name Type Description
start DateTime

The start date and time.

duration TimeSpan

The range duration.

See Also