CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
time_span_styles.h
1
2#pragma once
3
4#include <cstdint>
5#include <system/details/enum_meta_info.h>
6#include <system/enum_helpers.h>
7
8namespace System { namespace Globalization {
9
11enum class TimeSpanStyles : int32_t
12{
14 None = 0,
17};
18
21DECLARE_ENUM_OPERATORS(System::Globalization::TimeSpanStyles);
23DECLARE_USING_GLOBAL_OPERATORS
25}} // namespace System::Globalization
26
28DECLARE_USING_ENUM_OPERATORS(System::Globalization);
29
30template<>
31struct EnumMetaInfo<System::Globalization::TimeSpanStyles>
32{
33 static ASPOSECPP_SHARED_API const std::array<std::pair<System::Globalization::TimeSpanStyles, const char16_t*>, 2>& values();
34};
Definition: fwd.h:60
TimeSpanStyles
Specifies the formatting options that customize string parsing for methods that convert a string repr...
Definition: time_span_styles.h:12
@ AssumeNegative
The time interval represented by the inptut string is interpreted as a negative time interval always.
Definition: db_command.h:9