xtd 0.2.0
Loading...
Searching...
No Matches

◆ date_time_kind

enum class xtd::date_time_kind
strong

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
xtd
Header
#include <xtd/date_time_kind>
Library
xtd.core
Remarks
A member of the xtd::date_time_kind enumeration is returned by the xtd::date_time::kind property.
The members of the xtd::date_time_kind enumeration are used in conversion operations between local time and Coordinated Universal Time (UTC), but not in comparison or arithmetic operations.
Enumerator
unspecified 

The time represented is not specified as either local time or Coordinated Universal Time (UTC).

utc 

The time represented is UTC.

local 

The time represented is local time.