std::tm
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. |
Struttura in possesso di una data di calendario e l'ora suddiviso nelle sue componenti.
Original:
Structure holding a calendar date and time broken down into its components.
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 oggetti
int tm_sec |
seconds after the minute – [0, 60][note 1] (attributo pubblico) |
int tm_min |
minuti dopo l'ora - [0, 59] Original: minutes after the hour – [0, 59] The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (attributo pubblico) |
int tm_hour |
ore dalla mezzanotte - [0, 23] Original: hours since midnight – [0, 23] The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (attributo pubblico) |
int tm_mday |
giorno del mese - [1, 31] Original: day of the month – [1, 31] The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (attributo pubblico) |
int tm_mon |
mesi dal gennaio - [0, 11] Original: months since January – [0, 11] The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (attributo pubblico) |
int tm_year |
anni dal 1900 Original: years since 1900 The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (attributo pubblico) |
int tm_wday |
giorni dalla Domenica - [0, 6] Original: days since Sunday – [0, 6] The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (attributo pubblico) |
int tm_yday |
giorni dal 1 ° gennaio - [0, 365] Original: days since January 1 – [0, 365] The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (attributo pubblico) |
int tm_isdst |
Legale bandiera ora. Il valore è positivo se l'ora legale è in vigore, e zero se non negativo se non sono disponibili informazioni Original: Daylight Saving Time flag. The value is positive if DST is in effect, zero if not and negative if no information is available The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (attributo pubblico) |
{{{1}}}
Original:
{{{2}}}
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.
- ↑ Range allows for a positive leap second.
Original:
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] Vedi anche
converte il tempo in quanto epoca di tempo del calendario espresso in ora locale Original: converts time since epoch to calendar time expressed as local time The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funzione) | |
converte il tempo in quanto epoca di tempo del calendario espressa in tempo universale coordinato Original: converts time since epoch to calendar time expressed as Universal Coordinated Time The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funzione) | |
C documentation for tm
|