CronParser
    Preparing search index...

    Class CronDayOfMonth

    Represents the "day of the month" field within a cron expression. CronDayOfMonth

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get chars(): readonly string[]

      Returns an array of allowed special characters for this field.

      Returns readonly string[]

    • get hasLastChar(): boolean

      Indicates whether this field has a "last" character.

      Returns boolean

    • get isWildcard(): boolean

      Indicates whether this field is a wildcard.

      Returns boolean

    • get max(): number

      Returns the maximum value allowed for this field.

      Returns number

    • get min(): number

      Returns the minimum value allowed for this field.

      Returns number

    • get validChars(): RegExp

      Returns the regular expression used to validate this field.

      Returns RegExp

    Methods

    • Helper function to sort values in ascending order.

      Parameters

      • a: string | number

        First value to compare

      • b: string | number

        Second value to compare

      Returns number

      • A negative, zero, or positive value, depending on the sort order