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

getLocaleFirstDayOfWeek

检索给定语言环境中一周的第一天。

Retrieves the first day of the week for the given locale.

      
      getLocaleFirstDayOfWeek(locale: string): WeekDay
    
参数
locale string

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

A locale code for the locale format rules to use.

返回值

工作日索引号,使用基于 0 的 en-US 的工作日索引(星期日= 0,星期一= 1,...)。例如,对于 fr-FR ,返回 1 表示第一天是星期一。

WeekDay: A day index number, using the 0-based week-day index for en-US (Sunday = 0, Monday = 1, ...). For example, for fr-FR, returns 1 to indicate that the first day is Monday.

参见