This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

WeekDay

The value for each day of the week, based on the en-US locale

      
      enum WeekDay {
  Sunday: 0
  Monday
  Tuesday
  Wednesday
  Thursday
  Friday
  Saturday
}
    

Members

Member Description
Sunday: 0
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday