getLocaleWeekEndRange

function experimental

npm Package @angular/common
Module import { getLocaleWeekEndRange } from '@angular/common';
Source common/src/i18n/locale_data_api.ts

function getLocaleWeekEndRange(locale: string): [WeekDay, WeekDay];

Description

Range of days in the week that represent the week-end for this locale, based on english days (Sunday = 0, Monday = 1, ...). For example in english the value would be [6,0] for Saturday to Sunday.

© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/common/getLocaleWeekEndRange