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
6namespace System {
7
9enum class DateTimeKind
10{
12 Unspecified,
14 Utc,
16 Local
17};
18
19} // namespace System
20
22template<>
23struct EnumMetaInfo<System::DateTimeKind>
24{
25 static ASPOSECPP_SHARED_API const std::array<std::pair<System::DateTimeKind, const char16_t*>, 3>& values();
26};
Definition: db_command.h:9
DateTimeKind
Enumeration values of which represent the kinds of date and time.
Definition: date_time_kind.h:10
@ Local
Local time.