Programming Reference Manual
MonthName
Syntax
MonthName(m
onthnum
[,
abbrev
])
Description
Return the localized name of the month.
Parameter
Description
monthnum
Return the localized name of this month. (1-12)
abbrev
If this conditional value is
True
then return the abbreviated form of the month name.
See Also
Month
.
Example
Sub
Main
Debug
.
Print
MonthName
(1)
'January
Debug
.
Print
MonthName
(
Month
(
Now
))
End
Sub
Home
IDE Overview
Declarations
Data Types
Assignment
Flow Control
Error Handling
Conversion
Variable Info
Constant
Math
Financial
Strings
StringClass
Objects
Time/Date
Time/Date
Date
DateAdd
DateDiff
DatePart
DateSerial
DateValue
Day
EasterDate
Hour
Minute
Month
MonthName
Now
Second
Time
Timer
TimeSerial
TimeValue
Weekday
WeekdayName
WeekNum
Year
File
User Input
User Dialog
Dialog Functions
Web Form
CCL (web server)
DDE
Settings
Miscellaneous
Operator
Translator