CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
date_time_kind.h
1
2
#pragma once
3
4
#include <system/details/enum_meta_info.h>
5
6
namespace
System
{
7
9
enum class
DateTimeKind
10
{
12
Unspecified,
14
Utc
,
16
Local
17
};
18
19
}
// namespace System
20
22
template
<>
23
struct
EnumMetaInfo<
System
::
DateTimeKind
>
24
{
25
static
ASPOSECPP_SHARED_API
const
std::array<std::pair<System::DateTimeKind, const char16_t*>, 3>& values();
26
};
System
Definition:
db_command.h:9
System::DateTimeKind
DateTimeKind
Enumeration values of which represent the kinds of date and time.
Definition:
date_time_kind.h:10
System::DateTimeKind::Utc
@ Utc
UTC time.
System::DateTimeKind::Local
@ Local
Local time.
include
system
date_time_kind.h
Generated by
1.9.4