Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
MonthA month identifier, 1 - 1312(REQUIRED)
NameLengthHow the name is to be returned: options are "Full" or "Abbreviated". (OPTIONAL)
LocaleA locale for culture specific names. (OPTIONAL)

...

The "MonthName" service retrieves the cultural specific name for a given month. The Month parameter must be an integer between 1 and 13, (some cultures have a 13th month)12. The value returned depends on two factors: NameLength and Locale. NameLength can be on of two options: "Full" returns the full name and "Abbreviated" returns the commonly used abbreviation. Locale is the locale name used to target a specific language.

...