Skip to main content

DateRange.CoerceDateRange(DateRange) Method

Coerces the specified date range to the current date range.

Namespace: DevExpress.UI.Xaml.Editors

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public DateRange CoerceDateRange(
    DateRange range
)

Parameters

Name Type Description
range DateRange

A date range to be coerced.

Returns

Type Description
DateRange

A coerced date range.

See Also