property Calendar.LocWeekDays ([Abbreviation as Variant]) as String
Retrieves the list of names for each week day, 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, only the first character of the week day is retrieved.
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 specifies the name of the days in the week,  using the current user regional and language settings. The LocAMPM property gets the locale AM/PM indicators as indicated by current regional settings. The LocFirstDay 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.