property Calendar.LocMonthNames ([Abbreviation as Variant]) as String
Retrieves the list of month names, as indicated in the regional settings, separated by space.

TypeDescription
Abbreviation as Variant An optional parameter that indicates the number of characters to be retrieved. If missing or -1, the entire field is retrieved. 
String A String expression that indicates the name of the months within the year,  as indicated in the regional settings, separated by space.
Use the LocMonthNames property to get the name of the months as indicated by current regional settings. The LocFirstDay property indicates the first day of the week, as indicated in the regional settings. The LocAMPM property specifies specifies the AM and PM indicators, as indicated in the regional settings. The LocWeekDays property specifies the name of the days in the week, as indicated in the regional settings.