|
|
|
|
|
MonthNumberInAlpha (Function) In french: NuméroDeMoisVersLettre Returns the name of the month according to its number.
sWarning = "Le bureau est fermé en " + MonthNumberInAlpha(2)
Syntax
<Result> = MonthNumberInAlpha(<Month number>)
<Result>: Character string Name of the month corresponding to the number specified: January, February, March, April, May, June, July, August, September, October, November, December. <Month number>: entier Number of the month between 1 and 12 (1 corresponds to January and 12 corresponds to December). Remarks The names of the months depend on: - the current language (defined by Nation),
- the custom month 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|