Iterating Through a Date Range

Originally published at: Iterating Through a Date Range – Xojo Programming Blog

The Iterable and Iterator interfaces are a great way to simplify code. For example, what if you want to iterate through dates in a range?

8 Likes