DayOfWeekName Fuction
Function
Returns the name of the day of the week for the day of the week index.
Syntax
value = DayOfWeekName( expression )
Parameters
expression
any expression that resolves to an integer between 0 and 6
returns
the name of the day of the week for the given day of week number
Examples
PRINT DayOfWeekName( DayOfWeek( test.currentDate ) )