Gets a value that indicates whether the time represented by this instance is based on local time, Coordinated Universal Time (UTC), or neither.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public DateTimeKind Kind { get; }
Return Value
Type:
DateTimeKindOne of the enumeration values that indicates what the current time represents. The default is
Unspecified.
See Also