Returns day of week of the provided date as a string ('Monday', 'Tuesday' etc)
Attribute of the Date type or date constant or calculation producing a date
IF DAY_OF_WEEK (Account.OpeningDate='Wednesday') THEN ...