Skip to main content

TimeSpanRange(TimeSpan, TimeSpan) Constructor

In This Article

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

Namespace: DevExpress.Mvvm

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

NuGet Package: DevExpress.WinUI

#Declaration

public TimeSpanRange(
    TimeSpan start,
    TimeSpan end
)

#Parameters

Name Type Description
start TimeSpan

The start value.

end TimeSpan

The end value.

See Also