property Chart.LocWeekDays as String
Retrieves the list of names for each week day, as indicated in the regional settings, separated by space.

TypeDescription
String A String expression that indicates the list of names for each week day, as indicated in the regional settings, separated by space.
The LocWeekDays property gets the locale list of names for each week day as indicated by current regional settings. The <%d1%>, <%d2%>, <%d3%>, <%ddd%> or <%dddd%> HTML tags indicates the week day, as appropriate set by the WeekDays property. The <%loc_d1%>, <%loc_d2%>, <%loc_d3%>, <%loc_ddd%> or <%loc_dddd%> HTML tags indicates the week day, as appropriate set by the WeekDays property, using the current user regional and language settings (LocAMPM property). The LocFirstWeekDay property indicates the first day of the week, using the current user regional and language settings. The LocMonthNames property specifies the list of name of the months, using the current user regional and language settings. The LocAMPM property specifies the AM/PM time indicators,  using the current user regional and language settings.