5#include <system/details/enum_meta_info.h>
6#include <system/enum_helpers.h>
8namespace System {
namespace Globalization {
38DECLARE_USING_GLOBAL_OPERATORS
45struct EnumMetaInfo<
System::Globalization::DateTimeStyles>
48 static ASPOSECPP_SHARED_API
const std::array<std::pair<System::Globalization::DateTimeStyles, const char16_t*>, 10>& values();
DateTimeStyles
Defines date and time formatting options. Bit flags.
Definition: date_time_styles.h:12
@ RoundtripKind
Attempt to preserve whether the input is unspecified, local or UTC.
@ AllowTrailingWhite
Ignore trailing white spaces.
@ AllowWhiteSpaces
Ignore all white spaces.
@ NoCurrentDateDefault
When parsing a date/time string, if all year/month/day are missing, set the default date to 0001/1/1,...
@ AssumeLocal
If no timezone is given, use local timezone.
@ AdjustToUniversal
When parsing a date/time string, if a timezone specifier ("GMT","Z","+xxxx", "-xxxx" exists),...
@ AllowInnerWhite
Ignore inner white spaces.
@ AllowLeadingWhite
Ignore leading white spaces.
@ AssumeUniversal
If no timezone is given, use UTC.
Definition: db_command.h:9