Пространства имён
Варианты
Действия

std::time_base

Материал из cppreference.com

 
 
Локализация библиотеки
Языки и граней
Original:
Locales and facets
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
locale
Персонаж классификации
Original:
Character classification
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Преобразования
Original:
Conversions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Facet классов категории базу
Original:
Facet category base classes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
time_base
money_base
Facet категорий
Original:
Facet categories
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Язык конкретных аспектов
Original:
Locale-specific facets
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Код аспекты преобразования
Original:
Code conversion facets
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
codecvt_utf8(C++11)
codecvt_utf16(C++11)
C локали
Original:
C locale
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
Заголовочный файл <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.

[править] Член типов

Член типа
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.

(шаблон класса) [edit]