property Calendar.LocAMPM ([Abbreviation as Variant]) as String
Retrieves the time marker such as AM or PM using the current user regional and language settings.

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 time marker such as AM or PM 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. The LocWeekDays property specifies the name of the days in the week,  using the current user regional and language settings.