Click or drag to resize
DateTimeKind Property
Gets a value that indicates whether the time represented by this instance is based on local time, Coordinated Universal Time (UTC), or neither.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public DateTimeKind Kind { get; }

Return Value

Type: DateTimeKind
One of the enumeration values that indicates what the current time represents. The default is Unspecified.
See Also