DateTimeRange(DateTime, TimeSpan) Constructor
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
start | Date |
The time range start. |
duration | Time |
The time range duration. |
See Also