Module cron_lingo::timetable[][src]

Structs

Timetable

A timetable that is built from an expression and can be iterated in order to compute the next date(s) that match the specification. The computation is always based on the current system time. This is the only way (at this point) to use Timetable in a meaningful way.

TimetableIter

A wrapper around Timetable that keeps track of state during iteration.