DateTimeRange(DateTime, DateTime) Constructor
Initializes a new instance of the DateTimeRange class with the specified settings.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
start | DateTime | A DateTime object that represents the time range start. |
end | DateTime | A DateTime object that represents the time range end. |
See Also