填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

getLocaleDayNames

使用公历来检索给定语言环境下的星期几。

Retrieves days of the week for the given locale, using the Gregorian calendar.

      
      getLocaleDayNames(locale: string, formStyle: FormStyle, width: TranslationWidth): ReadonlyArray<string>
    
参数
locale string

用于要使用的语言环境格式规则的语言环境代码。

A locale code for the locale format rules to use.

formStyle FormStyle

所需的语法形式。

The required grammatical form.

width TranslationWidth

所需的字符宽度。

The required character width.

返回值

本地化名称字符串的数组。例如,en-US [Sunday, Monday, ... Saturday]

ReadonlyArray<string>: An array of localized name strings. For example,[Sunday, Monday, ... Saturday] for en-US.

参见