Skip to content

WeekdayIter

[Source]

Iterator over the fire instants of a WeekdayRecurrence. Same state-machine and sticky-error model as MonthlyIter.

class ref WeekdayIter

Constructors

create

[Source]

new ref create(
  r: WeekdayRecurrence val,
  after_posix: (I64 val , I64 val))
: WeekdayIter ref^

Parameters

Returns


Public Functions

next_fire

[Source]

fun ref next_fire()
: ((I64 val , I64 val) | NextFireError)

Returns