mscorlib(4.0.0.0) API with additions
DateTimeKind.cs
2 
3 namespace System
4 {
7  [ComVisible(true)]
8  [__DynamicallyInvokable]
9  public enum DateTimeKind
10  {
12  [__DynamicallyInvokable]
15  [__DynamicallyInvokable]
16  Utc,
18  [__DynamicallyInvokable]
19  Local
20  }
21 }
The time represented is local time.
Definition: __Canon.cs:3
The time represented is UTC.
DateTimeKind
Specifies whether a T:System.DateTime object represents a local time, a Coordinated Universal Time (U...
Definition: DateTimeKind.cs:9
Specifies that the class can be serialized.
The time represented is not specified as either local time or Coordinated Universal Time (UTC).