Condition_IsWeekday
Description
Checks whether today is a weekday (Monday through Friday).
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Not used. |
| CompareType | Supported compare types: None, Equal (true if weekday), NotEqual (true if not weekday) |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Checks whether today is a weekday. | IsWeekday | Equal | |
| Checks whether today is NOT a weekday. | IsWeekday | NotEqual |