Table of Contents

Enum DateTimeKind

Namespace
System
Assembly
mscorlib.dll

Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC.

public enum DateTimeKind

Fields

[Obsolete("nanoFramework doesn't support local time, so DateTimeKind.Local is provided to allow code reuse and keep consistency with full .NET framework", true)] Local = 2

The time represented is local time.

Utc = 1

The time represented is UTC.

Remarks

nanoFramework doesn't support local time, only UTC, so it's not possible to specify Local.