Closed jameslairdsmith closed 5 years ago
is_occurring will replace test_date. It will take a date as the first argument and a schedule as the second.
is_occurring
test_date
next_occurring will perform a search from the current system date. It will have a customisable limit.
next_occurring
is_occurring() has now been implemented. Not sure whether next_occurring() is worthwhile. There may be an overlap with on_previous() and on_next() #16 .
is_occurring()
next_occurring()
on_previous()
on_next()
is_occurring
will replacetest_date
. It will take a date as the first argument and a schedule as the second.next_occurring
will perform a search from the current system date. It will have a customisable limit.