API > @angular/common mode_edit code getLocaleWeekEndRange function Contents See also Range of week days that are considered the week-end for the given locale. getLocaleWeekEndRange(locale: string): [WeekDay, WeekDay] getLocaleWeekEndRange(locale: string): [WeekDay, WeekDay] Parameters locale string A locale code for the locale format rules to use. Returns [WeekDay, WeekDay]: The range of day values, [startDay, endDay]. See also Internationalization (i18n) Guide