Skip to main content

DateTimeRange(DateTime, TimeSpan) 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,
    TimeSpan duration
)

Parameters

Name Type Description
start DateTime

The time range start.

duration TimeSpan

The time range duration.

See Also