DateRange.CoerceDateRange(DateRange) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
range | Date |
A date range to be coerced. |
#Returns
Type | Description |
---|---|
Date |
A coerced date range. |
See Also