70 const
xtd::
array<
xtd::
string>& abreviated_month_genitive_names() const noexcept;
73 const
xtd::
array<
xtd::
string>& abreviated_month_names() const noexcept;
76 const
xtd::
string& am_designator() const noexcept;
79 const
xtd::
string& date_separator() const noexcept;
82 const
xtd::
array<
xtd::
string>& day_names() const noexcept;
88 const
string& full_date_time_pattern() const noexcept;
91 const
string& long_date_pattern() const noexcept;
94 const
string& long_time_pattern() const noexcept;
97 const
string& month_day_pattern() const noexcept;
100 const
xtd::
array<
xtd::
string>& month_genitive_names() const noexcept;
103 const
xtd::
array<
xtd::
string>& month_names() const noexcept;
106 const
xtd::
string& native_calendar_name() const noexcept;
109 const
xtd::
string& pm_designator() const noexcept;
112 const
string& rfc_1123_pattern() const noexcept;
115 const
string& short_date_pattern() const noexcept;
118 const
string& short_time_pattern() const noexcept;
121 const
xtd::
array<
xtd::
string>& shortest_day_names() const noexcept;
124 const
string& sortable_date_time_pattern() const noexcept;
127 const
xtd::
string& time_separator() const noexcept;
130 const
string& universal_sortable_date_time_pattern() const noexcept;
133 const
string& year_month_pattern() const noexcept;
166 friend class culture_info;
167 date_time_format_info(
xtd::
array<
xtd::
string>&&
abreviated_day_names,
xtd::
array<
xtd::
string>&& abreviated_genitive_month_names,
xtd::
array<
xtd::
string>&& abreviated_month_names,
xtd::
string&& am_designator,
xtd::
string&& date_separator,
xtd::
array<
xtd::
string>&& day_names,
xtd::
day_of_week first_day_of_week,
xtd::
string&& full_date_time_pattern,
xtd::
string&& long_date_pattern,
xtd::
string&& long_time_pattern,
xtd::
string&& month_day_pattern,
xtd::
array<
xtd::
string>&& month_genitive_names,
xtd::
array<
xtd::
string>&& month_names,
xtd::
string&& native_calendar_name,
xtd::
string&& pm_designator,
xtd::
string&& rfc_1123_pattern,
xtd::
string&& short_date_pattern,
xtd::
string&& short_time_pattern,
xtd::
array<
xtd::
string>&& shortest_day_names,
xtd::
string&& sortable_date_time_pattern,
xtd::
string&& time_separator,
xtd::
string&& universal_sortable_date_time_pattern,
xtd::
string&& year_month_pattern);
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:63
Contains classes that define culture-related information, including language, country/region,...
Definition culture_info.hpp:20
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
constexpr const_pointer data() const noexcept
Gets direct access to the underlying contiguous storage.
Definition read_only_span.hpp:201