DateTimeKind Enumeration

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 (in mscorlib.dll)

Syntax

[SerializableAttribute]
public enum DateTimeKind

Version Information

Available in the .NET Micro Framework versions 3.0 and 4.1.

Members

  Member name Description
Local The time represented is local time
Utc The time represented is UTC.

See Also

Reference

System Namespace