Skip to main content

DxSchedulerDateTimeRange(DateTime, DateTime) Constructor

Initializes a new instance of the DxSchedulerDateTimeRange class.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerDateTimeRange(
    DateTime start,
    DateTime end
)

Parameters

Name Type Description
start DateTime

The start date and time.

end DateTime

The end date and time.

See Also