Skip to main content

DateRange(DateTime, DateTime) Constructor

Initializes a new instance of the DateRange class.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DateRange(
    DateTime start,
    DateTime end
)

Parameters

Name Type Description
start DateTime

A DateTime object that is the start date of the range.

end DateTime

A DateTime object that is the end date of the range.

See Also