DateTimeRange(DateTime, DateTime) 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 start date and time. |
end | Date |
The time range end. |
See Also