...
Character | Description | ||
---|---|---|---|
* | (“all values”) - Wildcard to match all possible values in the field. For example, if you wanted your trigger to fire every minute of the 10pm hour, the minute character in the expression is * . An example is below. | ||
- | Specify a range of values. For example, you could use 1-5 in the day-of-week field to match the work days of the week (Monday through Friday). An example is below. | ||
, | Specify a discrete set of values. For example, an entry of 1,10,20,30 for the day of month field is triggered on the 1st, 10th, 20th, and 30th (if possible) of the month. | ||
/ | Specify increments of the field in the units of the field. For example, 5/20 in the minutes field matches on the 5th, 20th25th, and 45th minute of each hour. | ||
L | Last value accepted in the range is accepted in the following fields:
| ||
W | Specifies the nearest matching weekday. For example, an entry of
| ||
# | Specifies the nth day of the month. Examples for the day-of-week field:
|
...