Fixes a specific field to a concrete value.
A cron expression to either continue working with or building the result string.
Restricts execution to a range of values for a given unit.
A cron expression to either continue working with or building the result string.
Builds the final result from the builder input.
The branded node-cron expression string.
Restricts execution to specific months.
The months in which the execution should happen.
A cron expression to either continue working with or building the result string.
Restricts execution to specific days of the week.
The days on which the execution should happen.
A cron expression to either continue working with or building the result string.
StaticdailyRuns once a day. Default: midnight (00:00:00).
Chain .at() to set the time.
A cron expression to either continue working with or building the result string.
StaticeveryRuns every N units.
A cron expression to either continue working with or building the result string.
StaticfromBuilds a CronExpression from a raw node-cron string (for interop / parsing).
The raw expression too build from.
The final CronExpressionString.
StaticmonthlyRuns once a month. Default: 1st of the month at midnight.
A cron expression to either continue working with or building the result string.
StaticweeklyRuns once a week. Default: Sunday midnight.
Chain .on() and .at() to customize.
A cron expression to either continue working with or building the result string.
Utility class for creating cron expressions with guardrails.