DateTimeRange(DateTimeRange) 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
public DateTimeRange(
DateTimeRange source
)
#Parameters
Name | Type |
---|---|
source | Date |
See Also