Cocktail.Schedule.add_recurrence_time
You're seeing just the function
add_recurrence_time
, go back to Cocktail.Schedule module for more information.
Specs
add_recurrence_time(t(), Cocktail.time()) :: t()
Adds a one-off recurrence time to the schedule.
This recurrence time can be any time after (or including) the schedule's start time. When generating occurrences from this schedule, the given time will be included in the set of occurrences alongside any recurrence rules.