property Chart.LocMonthNames as String
Retrieves the list of month names, as indicated in the regional settings, separated by space.

TypeDescription
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 <%m1%>,  <%m2%>,  <%m3%>,  <%mmmm%> HTML tags indicate the name of the month, as appropriate set by the MonthNames property. The <%loc_m1%>, <%loc_m2%>, <%loc_m3%>, <%loc_mmmm%> HTML tags indicate the month using the current user regional and language settings (LocMonthNames property). The LocFirstWeekDay 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.