CronSecond constructor. Initializes the "second" field with the provided values.
Values for the "second" 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 the "second" 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 the "second" field within a cron expression. CronSecond