This is preliminary documentation and is subject to change.

DateOnlyExtensionsEnumerateInStepsUntil Method

Overload List

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

See Also