WeekdayIter¶
Iterator over the fire instants of a WeekdayRecurrence. Same
state-machine and sticky-error model as MonthlyIter.
Constructors¶
create¶
Parameters¶
- r: WeekdayRecurrence val
- after_posix: (I64 val , I64 val)
Returns¶
- WeekdayIter ref^
Public Functions¶
next_fire¶
Returns¶
- ((I64 val , I64 val) | NextFireError)