AbstractProtectedconstructorCronField constructor. Initializes the field with the provided values.
Values for this field
Optionaloptions: CronFieldOptions = ...Options provided by the parser
Returns an array of allowed special characters for this field.
Indicates whether this field has a "last" character.
Indicates whether this field has a "question mark" character.
Indicates whether this field is a wildcard.
Returns the maximum value allowed for this field.
Returns the minimum value allowed for this field.
Returns an array of allowed values for this field.
StaticcharsReturns the allowed characters for this field.
StaticconstraintsReturns the constraints for this field.
StaticmaxReturns the maximum value allowed for this field.
StaticminReturns the minimum value allowed for this field.
StaticvalidReturns the regular expression used to validate this field.
Serializes the field to an object.
StaticsorterHelper function to sort values in ascending order.
First value to compare
Second value to compare
Represents a field within a cron expression. This is a base class and should not be instantiated directly. CronField