Condition_RealDateCondition
Description
Checks whether today falls within a real-world date range defined by the specified condition entry.
Parameters
| Parameter | Description |
|---|
| BaseObject | Not used. |
| CompareType | Supported compare types: Equal (true if within range), NotEqual (true if outside range) |
| S1 | Condition ID defined in RealDateCondition.json |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|
| Checks whether today is within the Halloween date range. | | RealDateCondition | Equal | Halloween |
| Checks whether today is NOT within the Halloween date range. | | RealDateCondition | NotEqual | Halloween |
| Checks whether today is within the Christmas event date range. | | RealDateCondition | Equal | Christmas |