On this page
WeekDay
enum
| npm Package | @angular/common | 
|---|---|
| Module | import { WeekDay } from '@angular/common'; | 
     
| Source | common/src/i18n/locale_data_api.ts | 
Overview
enum WeekDay {
  Sunday: 0
  Monday
  Tuesday
  Wednesday
  Thursday
  Friday
  Saturday
}
  Description
The value for each day of the week, based on the en-US locale
Members
Sunday: 0
  Monday
  Tuesday
  Wednesday
  Thursday
  Friday
  Saturday
  © 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v5.angular.io/api/common/WeekDay