LOTUSSCRIPT LANGUAGE
Returns the day of the week, an integer from 1 to 7, for a date/time argument.
Syntax
Weekday ( dateExpr )
Elements
dateExpr
For SmartSuite, LotusScript interprets the years differently. For more information, see the Year 2000 item on the Help menu of each SmartSuite product.
Weekday returns an integer between 1 and 7.
The data type of the return value is a Variant of DataType 2 (Integer).
Weekday(NULL) returns NULL.
Usage
Sunday is day 1 of the week.
Language cross-reference
@Weekday function in formula language
Example See Also