The full and abbreviated names of AM in a given locale.

Name = SRP_Time("AmNames", Locale = "")

Returns

The full and abbreviated cultural specific names for AM.

Parameters

ParameterDescription
LocaleA locale for culture specific names. (OPTIONAL)

Remarks

The "AmNames" service retrieves the longest and abbreviated cultural specific names for AM as an @FM delimited array. Position <1> contains the full name while position <2> contains the abbreviated name. The values returned depend on Locale, which is the locale name used to target a specific language.

Examples

// Get the AM names in the local culture
Names = SRP_Time("AmNames")

// Get the AM names in Spain
Names = SRP_Time("AmNames", "es-ES")
  • No labels