Skip to main content

Module cron

Module cron 

Source
Expand description

Minimal cron expression parser.

Supports standard 5-field cron: minute hour day-of-month month day-of-week. Special values: * (any), */N (step), N-M (range), N,M (list).

Structsยง

CronExpr
A parsed cron expression.