mscorlib(4.0.0.0) API with additions
DayOfWeek.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System
4
{
6
[
Serializable
]
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
}
System.DayOfWeek.Sunday
Indicates Sunday.
System.DayOfWeek.Friday
Indicates Friday.
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.DayOfWeek.Saturday
Indicates Saturday.
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
System.DayOfWeek.Monday
Indicates Monday.
System.DayOfWeek.Wednesday
Indicates Wednesday.
System.DayOfWeek
DayOfWeek
Specifies the day of the week.
Definition:
DayOfWeek.cs:9
System.DayOfWeek.Thursday
Indicates Thursday.
System.DayOfWeek.Tuesday
Indicates Tuesday.
All cs
System
DayOfWeek.cs
Generated by
1.8.15