condition days

condition days Structure: Conditional on the day of the week.

condition days structure
days array of days

Description

days tests the current day of the week is contained in days.

Field

days

The day of week is one of the following.

days is an unordered list of week days.

If days contains Monday and Friday, only if the current day of the week is Monday or Friday will the condition resolve to true. If the current day of the week is Tuesday, Wednesday, Thursday, Saturday, or Sunday, the condition will resolve to false.