WeekdayRecurrence¶
"Every weekday-in-set at TimeOfDay, in this IANA zone."
Constructors¶
create¶
new val create(
weekdays': Array[DayOfWeek] val,
at': TimeOfDay val,
zone_name': String val)
: WeekdayRecurrence val^
Parameters¶
Returns¶
- WeekdayRecurrence val^
Public Functions¶
weekdays¶
Returns¶
at¶
Returns¶
- TimeOfDay val
zone_name¶
Returns¶
- String val
iter_after¶
Build an iterator that yields successive fire instants strictly
after after_posix. Each call to next_fire() advances at least
one day; consecutive calls within the same week may advance only
one day (across weekdays in the set) or skip several (across
excluded weekend days).
Parameters¶
Returns¶
- WeekdayIter ref