|
|
|
|
|
DayNumberInAlpha (Function) In french: NuméroDeJourVersLettre Returns the name of the day of the week according to its number.
sWarning = "The office is closed on " + DayNumberInAlpha(2)
Syntax
<Result> = DayNumberInAlpha(<Day number>)
<Result>: Character string Name of the day of the week corresponding to the specified number: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday. <Day number>: Integer Number of the day of the week between 1 and 7 (1 corresponds to Monday and 7 corresponds to Sunday). Remarks The names of the day of the week depend on: - the current language (defined by Nation),
- the custom day names specified in the project characteristics ("Language" tab of the project description window).
Reminder: To display the project description, under the "Project" pane, in the "Project" group, click on "Description". - the Windows regional settings defined for the current language.
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|