type which every condition contains.
Anywhere a condition is accepted you may find any of the conditions listed here, and you tell them apart using the value of the type field.
Time conditions
| Condition | Tag | Description |
|---|---|---|
| Month | month | Only applies in the specified months. |
| DayOfWeek | day_of_week | Only applies on the specified days of the week. |
| TimeOfDay | time_of_day | Only applies within the specified time-of-day range. |
| ExcludeHolidays | exclude_holidays | Applies on all days except the specified holidays. |
| And | and | Applies when all sub-conditions are met. |
| Or | or | Applies when any sub-condition is met. |
| Not | not | Applies when the sub-condition doesn’t apply. |