| UtilsLib REALbasic Plugin |
|
LocaleInfo.MonthName Method
To get the name of months then use the NameAbbrev function.
MonthName(
monthNumber as Integer) as String
Parameters
- monthNumber
- A number from 1 to 12 (13 is supported on some date systems).
Returns
- String
Remarks
returns the month name as a string.
See Also
LocaleInfo Class