Abstract
Protected
constructorCronField constructor. Initializes the field with the provided values.
Values for this field
Optional
wildcard: boolean = falseWhether this field is a wildcard
Returns an array of allowed special characters for this field.
Indicates whether this field has a "last" 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.
Static
charsReturns the allowed characters for this field.
Static
constraintsReturns the constraints for this field.
Static
maxReturns the maximum value allowed for this field.
Static
minReturns the minimum value allowed for this field.
Static
validReturns the regular expression used to validate this field.
Serializes the field to an object.
Static
sorterHelper 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