[ Web Proxy ]
URL:
Viewing: https://ru.cppreference.com/cpp/locale/time_base [Back]  [Original]

std::time_base cppreference.com
cppreference.com

std::time_base

cppreference.com

<metanoindex/>

<tbody> </tbody>
class time_base;
std::time_base , std::time_get .
:
The class std::time_base provides the date order constants which are inherited by the std::time_get facets.
Google.
. .

-

enum dateorder { no_order, dmy, mdy, ymd, ydm };
:
Unscoped enumeration type
Google.
. .
:
Enumeration constant
Google.
. .
Definition
no_order
:
Unspecified order
Google.
. .
dmy
, , ()
:
Day, month, year (european) order
Google.
. .
mdy
, , ()
:
Month, day, year (american) order
Google.
. .
ymd
, ,
:
Year, month, day
Google.
. .
ydm
, ,
:
Year, day, month
Google.
. .

.

/ std::tm
( ) []

Web Proxy Viewer  |  New URL  |  Original Page