PrivateconstructorOptionalfield: CronFieldNamePrivatedefGet the currently selected field definition.
PrivatebuildBuild a field expression string.
PrivateclampClamp a cron field value to its allowed range.
Select the day of month field.
Select the day of week field.
Select the hour field.
Select the minute field.
Select the month field.
PrivatenextCreate a new builder with updated state.
Optionalcurrent: CronFieldNamePrivaterequireEnsure a cron field has been selected.
PrivateresolveResolve any input into a cron field expression string.
PrivatesetOutput as structured cron object.
Output as standard 5-field cron expression string.
PrivatevalidateValidate a cron field value against its allowed range.
StaticcreateCreate a builder instance from a optional cron expression.
Optionalexpr: string | Partial<CronObject>Optional standard 5-field cron string, a partial cron object or special alias.
The current cron builder instance.
Immutable fluent builder for cron expressions.