module documentation
Recurrence rules for use with fritter.repeat.repeatedly which work with datetype.DateTime objects.
| Class | |
Repeat every week, on each weekday in the given set of days, at the given hour, minute, and second. |
| Class | |
An EachYear is a RecurrenceRule based on a number of years between two dates. |
| Class | |
An EveryDelta is a RecurrenceRule based on a timedelta, that can cause civil times to repeat. |
| Type Variable | |
Undocumented |
| Variable | daily |
Daily datetime-based rule. |
| Variable | |
A type alias to describe a recurrence rule function that operates on aware datetimes and tracks an integer count of steps. |
| Variable | |
A type alias to describe a recurrence rule function that operates on aware datetimes and tracks a list of desired elapsed occurrences as steps. |
| Variable | hourly |
Hourly datetime-based rule. |
| Variable | weekly |
Weekly datetime-based delta. |
| Variable | yearly |
Yearly datetime-based delta. |
| Variable | _is |
Undocumented |