Pudu programming language
Menu
API reference

Std.Cron.next

1 declaration

fn

next: &Std.Cron.Schedule -> &Std.Time.Instant -> Option[Std.Time.Instant]

The first minute strictly after after (UTC) that the schedule fires in.

None when no such minute exists within the search window, as for 0 0 30 2 *.

Back to Std.CronSearch related declarations