class time_base;
|
|
成員型別 | 描述 |
---|---|
dateorder | time_get::date_order 的返回型別所使用的列舉型別。 |
enum
型別建立了以下成員常量成員常量 | 型別 | 值 | 描述 |
---|---|---|---|
no_order | time_base::dateorder | 0 | 無特定順序,或格式包含除日、月、年之外的可變元件。 |
dmy | time_base::dateorder | 1 | 日、月、年 |
mdy | time_base::dateorder | 2 | 月、日、年 |
ymd | time_base::dateorder | 3 | 年、月、日 |
ydm | time_base::dateorder | 4 | 年、日、月 |