DateRange.ToDaysList() Method
Gets the list of days within the range.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Returns
| Type | Description |
|---|---|
| IList<DateTime> | An object implementing the System.Collections.IList interface that is the list of days within the range. |
See Also