std::time_base
cppreference.com
[] |
Google. . , . , . |
<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.
-
enum dateorder { no_order, dmy, mdy, ymd, ydm };
|
|
| Definition | |
no_order
|
|
dmy
|
, , ()
|
mdy
|
, , ()
|
ymd
|
, ,
|
ydm
|
, ,
|
.
| / std::tm ( ) |