CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
xml_date_time_serialization_mode.h
1
2
3#pragma once
4
5#include <system/object_ext.h>
6#include <system/enum.h>
7
8
9namespace System {
10
11namespace Xml {
12
15{
18 Local,
21 Utc,
24 Unspecified,
26 RoundtripKind
27};
28
29} // namespace Xml
30} // namespace System
31
33template<>
34struct EnumMetaInfo<System::Xml::XmlDateTimeSerializationMode>
35{
36 static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::XmlDateTimeSerializationMode, const char_t*>, 4>& values();
37};
39
40
@ Xml
Serialize according to the XML 1.0 rules.
XmlDateTimeSerializationMode
Specifies how to treat the time value when converting between string and DateTime.
Definition: xml_date_time_serialization_mode.h:15
Definition: db_command.h:9
@ Local
Local time.