[]
Generates a sequence of dates between the MinValue and MaxValue dates, inclusive.
public IEnumerable<DateTime> GetDateRange(Calendar calendar = null)
Public Function GetDateRange(Optional calendar As Calendar = Nothing) As IEnumerable(Of Date)
| Type | Name | Description |
|---|---|---|
| Calendar | calendar | The calendar system used to iterate through the date range.
If |
| Type | Description |
|---|---|
| IEnumerable<DateTime> | An IEnumerable<T> containing each date from MinValue to MaxValue, inclusive. |