Skip to main content
A newer version of this page is available. .
All docs
V20.2

DateTimeRange(DateTimeRange) Constructor

Initializes a new instance of the DateTimeRange class with specified settings.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public DateTimeRange(
    DateTimeRange source
)

Parameters

Name Type
source DateTimeRange
See Also