mscorlib(4.0.0.0) API with additions
DayOfWeek.cs
2 
3 namespace System
4 {
7  [ComVisible(true)]
8  [__DynamicallyInvokable]
9  public enum DayOfWeek
10  {
12  [__DynamicallyInvokable]
13  Sunday,
15  [__DynamicallyInvokable]
16  Monday,
18  [__DynamicallyInvokable]
19  Tuesday,
21  [__DynamicallyInvokable]
22  Wednesday,
24  [__DynamicallyInvokable]
25  Thursday,
27  [__DynamicallyInvokable]
28  Friday,
30  [__DynamicallyInvokable]
31  Saturday
32  }
33 }
Indicates Sunday.
Indicates Friday.
Definition: __Canon.cs:3
Indicates Saturday.
Specifies that the class can be serialized.
Indicates Monday.
Indicates Wednesday.
DayOfWeek
Specifies the day of the week.
Definition: DayOfWeek.cs:9
Indicates Thursday.
Indicates Tuesday.