class documentation
class EveryDelta: (source)
An EveryDelta is a RecurrenceRule based on a timedelta, that can cause civil times to repeat.
| Method | __call__ |
Compute a step count and next desired recurrence time based on a reference time and a current time in aware datetimes, and the timedelta in self.delta. |
| Instance Variable | delta |
the time delta between recurrences |