xtd 0.2.0
date_time_kind.h File Reference
#include "enum.h"

Definition

Contains xtd::date_time_kind enum class.

Include dependency graph for date_time_kind.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Enumerations

enum  xtd::date_time_kind {
  xtd::date_time_kind::unspecified,
  xtd::date_time_kind::utc,
  xtd::date_time_kind::local
}
 Specifies whether a DateTime object represents a local time, a Coordinated Universal Time (UTC), or is not specified as either local time or UTC. More...