This is preliminary documentation and is subject to change.

TimeOnlyExtensionsEnumerateInStepsUntil Method

Overload List

EnumerateInStepsUntil(TimeOnly, TimeOnly, TimeSpan) Enumerates starting with the startTime date, until the endTime 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(TimeOnly, TimeOnly, TimeSpan, FuncTimeOnly, Boolean) Enumerates starting with startTime until endTime in steps of distance

See Also