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
#Parameters
Name | Type | Description |
---|---|---|
start | Time |
The start value. |
end | Time |
The end value. |
See Also