Skip to main content
A newer version of this page is available. .
All docs
V21.1

DateTimeRange(DateTimeRange) Constructor

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

public DateTimeRange(
    DateTimeRange source
)

Parameters

Name Type
source DateTimeRange
See Also