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. Each call to next() 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¶
- after: ZonedDateTime box
Returns¶
- WeekdayIter ref