function
Range of week days that are considered the week-end for the given locale.
getLocaleWeekEndRange(locale: string): [WeekDay, WeekDay]
locale | string | A locale code for the locale format rules to use. |
[WeekDay, WeekDay]
: The range of day values, [startDay, endDay]
.
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/api/common/getLocaleWeekEndRange