aboutsummaryrefslogtreecommitdiff
path: root/src/periodic.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-27Convert periodic into iteratorRuben Pollan1-21/+36
2018-08-28Let's use Option the rustic wayRuben Pollan1-8/+8
2018-08-28Add support for month and year frequencyRuben Pollan1-10/+18
2018-08-28Add support for count on periodic eventsRuben Pollan1-2/+8
2018-08-28Get a range of datesRuben Pollan1-2/+43
2018-08-28Add support for intervals on periodicRuben Pollan1-2/+9
2018-08-25Basic periodic events supportRuben Pollan1-0/+64