.NET Framework Class Library
DateTimeKind Fields
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

The following tables list the members exposed by the DateTimeKind type.

Public Fields

  NameDescription
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLocalThe time represented is local time.
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkUnspecifiedThe time represented is not specified as either local time or Coordinated Universal Time (UTC).
static memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkUtcThe time represented is UTC.
See Also

Reference

DateTimeKind Type
System Namespace
Page view tracker