std::time_base
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
| Defined in header <locale>
|
||
| class time_base; |
||
Il std::time_base classe fornisce le costanti data ordine che vengono ereditate dalle sfaccettature 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.
[modifica] Membri tipi
| Membro 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 }; | Enumerazione senza ambito
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. |
| Enumerazione costante
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
|
Ordine non specificato
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
|
Giorno, mese, anno (europeo) ordine
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
|
Mese, giorno, anno (americano) ordine
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
|
Anno, mese, giorno
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
|
Anno, giorno, mese
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. |
[modifica] Vedi anche
| analizza ora / data valori da una sequenza di input di caratteri in 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. (classe template) | |