Skip to main content

DateTimeRange(DateTime, DateTime) Constructor

Initializes a new instance of the DateTimeRange class with specified settings.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public DateTimeRange(
    DateTime start,
    DateTime end
)

Parameters

Name Type Description
start DateTime

The start date and time.

end DateTime

The time range end.

See Also