DateTimeKind

DateTimeKind enum

Enumeration values of which represent the kinds of date and time.

enum class DateTimeKind

Values

NameValueDescription
Unspecified0Unspecified kind.
Utc1UTC time.
Local2Local time.

See Also