std::time_base
De cppreference.com
<metanoindex/>
<tbody> </tbody>| Definido no cabeçalho <locale>
|
||
class time_base; |
||
O std::time_base classe fornece as constantes data do pedido que são herdados pelas facetas 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.
Tipos de membro
Tipo de membro
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 };
|
Tipo de enumeração sem escopo
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. |
Enumeração constante
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
|
Ordem não especificada
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
|
Dia, mês, ano, ordem (europeu)
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
|
Mês, dia, ano, ordem (americano)
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
|
Mês, ano, dia
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
|
Dia, ano, mês
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. |
