EnumerateInStepsUntil(DateOnly, DateOnly, TimeSpan) |
Enumerates starting with the startDate date, until the endDate date in steps of distance When the distance is negative, the start date must be greater than the end date, and the enumeration goes backwards |
EnumerateInStepsUntil(DateOnly, DateOnly, TimeSpan, FuncDateOnly, Boolean) | Enumerates starting with startDate until endDate in steps of distance |