|
|
|
|
MonthNumberInAlpha (Function) In french: NuméroDeMoisVersLettre Returns the name of the month according to its number.
sWarning = "The office is closed in " + MonthNumberInAlpha(2) // Displays "The office is closed in February"
Syntax
<Result> = MonthNumberInAlpha(<Month number>)
<Result>: Character string Name of the month corresponding to the specified number: January, February, March, April, May, June, July, August, September, October, November, December. <Month number>: Integer 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 open the project description, go to the "Project" tab, "Project" group and click "Description". - the Windows regional settings defined for the current language.
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|