MonthlyRecurrence¶
"On MonthlyAnchor of every month, at TimeOfDay, in this IANA zone."
Constructors¶
create¶
new val create(
anchor': MonthlyAnchor,
at': TimeOfDay val,
zone_name': String val)
: MonthlyRecurrence val^
Parameters¶
- anchor': MonthlyAnchor
- at': TimeOfDay val
- zone_name': String val
Returns¶
- MonthlyRecurrence val^
Public Functions¶
anchor¶
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 by one month.
Preserves the preferred-day behavior of DayOfMonth(N) across
clamping months (Jan 31 → Feb 28 → Mar 31 → Apr 30 → ...).
Parameters¶
- after: ZonedDateTime box
Returns¶
- MonthlyIter ref