[][src]Module chronoutil::rule

Implements DateRule - an iterator yielding evenly spaced dates.

Structs

DateRule

DateRule is an iterator for yielding evenly spaced dates according to a given RelativeDuration. It avoids some of the pitfalls that naive usage of RelativeDuration can incur.