The MonthName function returns a string that specifies the specified month.
|
Syntax | ||||
|
MonthName(Month [, Shorten]) | ||||
|
Return value | ||||
|
Type |
Description | |||
|
String |
The name of the specified month | |||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Required |
Month |
Long |
ByVal |
Numeric value of the month 1 = January 2 = February etc. |
|
Optional |
Shorten |
Boolean |
ByVal |
True, if the name of the month should be abbreviated. |