Enum DateTimeKind
Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC.
Namespace: System
Assembly: mscorlib.dll
Syntax
public enum DateTimeKind
Remarks
nanoFramework doesn't support local time, only UTC, so it's not possible to specify Local.
Fields
Name | Description |
---|---|
Local | The time represented is local time. |
Utc | The time represented is UTC. |