Versions Compared

Key

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

...

The "DayOfWeekName" service retrieves the cultural specific name for a given day of the week. The DayOfWeek parameter must be an integer between 1 and 7, with 1 being Monday and 7 being Sunday. The value return returned depends on two factors: NameLength and Locale. NameLength can be on of three options: "Full" returns the full name, "Abbreviated" returns the commonly used abbreviation, and "Shortest" returns the shortest possible name without being ambiguous. Locale is the locale name used to target a specific language.

...