Function CtoDoW() Foundation
Converts a week day to its corresponding number.
CtoDoW( <cDayOfWeek> ;
) --> nDayOfWeek
Returns the week day number (Sunday = 1, Monday = 2 etc.) or 0 if an invalid week day was specified.
This function is language specific.
<cDayOfWeek>
A string containing the week day's name. It can be abbreviated and case is ignored.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.