std::time_base
De 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. |
| Defined in header <locale>
|
||
| class time_base; |
||
El std::time_base clase proporciona las constantes de orden de la fecha que se heredan por las 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.
[editar] Tipos de miembros
| Miembro de tipo
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 enumeración sin ámbito
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. |
| Enumeración 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
|
Para especificar
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
|
Día, mes, año (europeo) orden
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
|
Mes, día, año (americano) orden
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
|
Año, mes, día
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
|
Año, día, mes
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. |
[editar] Ver también
| analiza hora / fecha valores de una secuencia de caracteres de entrada en 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. (clase de plantilla) | |