mscorlib(4.0.0.0) API with additions
XmlDateTimeSerializationMode.cs
1 namespace System.Xml
2 {
4  [global::__DynamicallyInvokable]
6  {
8  [global::__DynamicallyInvokable]
9  Local,
11  [global::__DynamicallyInvokable]
12  Utc,
14  [global::__DynamicallyInvokable]
17  [global::__DynamicallyInvokable]
18  RoundtripKind
19  }
20 }
The time represented is local time.
The time represented is UTC.
XmlDateTimeSerializationMode
Specifies how to treat the time value when converting between string and T:System....
The time represented is not specified as either local time or Coordinated Universal Time (UTC).