Skip to main content
All docs
V23.2

PredefinedDateRange(String, DateTime, DateTime) Constructor

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

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public PredefinedDateRange(
    string name,
    DateTime start,
    DateTime end
)

Parameters

Name Type Description
name String

Specifies the name of the predefined date range.

start DateTime

Specifies the start date of the predefined date range.

end DateTime

Specifies the end date of the predefined date range.

See Also