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

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

Returns

The full and abbreviated cultural specific names for PM.

Parameters

ParameterDescription
LocaleA locale for culture specific names. (OPTIONAL)

Remarks

The "PmNames" service retrieves the longest and abbreviated cultural specific names for PM 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 PM names in the local culture
Names = SRP_Time("PmNames")

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