[]
Gets the selected date range using the calendar system defined by the current culture.
public IEnumerable<DateTime> GetSelectedDateRange()
Public Function GetSelectedDateRange() As IEnumerable(Of Date)
| Type | Description |
|---|---|
| IEnumerable<DateTime> |
The result is returned as an enumerable sequence of DateTime values. If the underlying range is unavailable, an empty collection is returned.