std::time_base
来自cppreference.com
                    
                                        
                    
                    
                                                            
                    |   定义于头文件  <locale>
  | 
||
|   class time_base;  | 
||
类 std::time_base 提供日期顺序常量,它为 std::time_get 平面所继承。
成员类型
| 成员类型 | 定义 | 
| enum dateorder { no_order, dmy, mdy, ymd, ydm }; | 无作用域枚举类型 | 
| 枚举常量 | 定义 | 
  no_order
 | 
未指定的顺序 | 
  dmy
 | 
日、月、年(欧洲)顺序 | 
  mdy
 | 
月、日、年(美国)顺序 | 
  ymd
 | 
年、月、日 | 
  ydm
 | 
年、日、月 | 
参阅
|   获得偏好的日、月、年顺序  ( std::time_get<CharT,InputIt> 的虚受保护成员函数)  | |
|    [虚]  | 
  从输入流输出月、日以及年  ( std::time_get<CharT,InputIt> 的虚受保护成员函数)  |