DateTimeRange(DateTime, DateTime) Constructor
Initializes a new instance of the DateTimeRange class with the specified settings.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
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