std::time_base
Материал из cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| Заголовочный файл <locale>
|
||
| class time_base; |
||
Класс std::time_base предоставляет хронологическом порядке констант, которые наследуются std::time_get грани.
Original:
The class std::time_base provides the date order constants which are inherited by the std::time_get facets.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[править] Член типов
| Член типа
Original: Member type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Definition |
| enum dateorder { no_order, dmy, mdy, ymd, ydm }; | Незаданной типа перечисления
Original: Unscoped enumeration type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| Перечисление постоянно
Original: Enumeration constant The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Definition |
no_order
|
Произвольном порядке
Original: Unspecified order The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
dmy
|
День, месяц, год (европейский) порядке
Original: Day, month, year (european) order The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
mdy
|
Месяц, день, год (американский) порядке
Original: Month, day, year (american) order The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
ymd
|
Год, месяц, день
Original: Year, month, day The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
ydm
|
Год, день, месяц
Original: Year, day, month The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[править] См. также
| анализирует дату / время значения из входной последовательности символов в struct std::tm Original: parses time/date values from an input character sequence into struct std::tm The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (шаблон класса) | |