std::time_base
STD:时间[医]底座
Defined in header | | |
---|
class time_base; | | |
全班std::time_base
对象继承的日期顺序常量。std::time_get
面。
成员类型
Member type | Definition |
---|
enum dateorder { no_order, dmy, mdy, ymd, ydm }; | Unscoped enumeration type |
Enumeration constant | Definition |
---|
no_order | Unspecified order |
dmy | Day, month, year (european) order |
mdy | Month, day, year (american) order |
ymd | Year, month, day |
ydm | Year, day, month |
另见
do_date_order virtual | obtains preferred ordering of day, month, and year (virtual protected member function of std::time_get) |
---|
do_get_date virtual | extracts month, day, and year from input stream (virtual protected member function of std::time_get) |
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
http://en.cppreference.com/w/cpp/locale/time[医]底座