Function CtoDoW() Foundation

Converts a week day to its corresponding number.

Syntax
CtoDoW( <cDayOfWeek> ;
      ) --> nDayOfWeek
Return

Returns the week day number (Sunday = 1, Monday = 2 etc.) or 0 if an invalid week day was specified.

Description

This function is language specific.

<cDayOfWeek>

A string containing the week day's name. It can be abbreviated and case is ignored.

Feedback

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.