Namespace
Varianti

std::tm

Da cppreference.com.
< cpp‎ | chrono‎ | c

 
 
Utilità libreria
Tipo di supporto (basic types, RTTI, type traits)
Gestione della memoria dinamica
La gestione degli errori
Programma di utilità
Funzioni variadic
Data e ora
Funzione oggetti
initializer_list(C++11)
bitset
hash(C++11)
Gli operatori relazionali
Original:
Relational operators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
rel_ops::operator!=
rel_ops::operator>
rel_ops::operator<=
rel_ops::operator>=
Coppie e tuple
Original:
Pairs and tuples
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
pair
tuple(C++11)
piecewise_construct_t(C++11)
piecewise_construct(C++11)
Swap, in avanti e spostare
Original:
Swap, forward and move
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
swap
forward(C++11)
move(C++11)
move_if_noexcept(C++11)
declval(C++11)
 
 
C-stile di data e ora utilità
Funzioni
Original:
Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Tempo di manipolazione
Original:
Time manipulation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
difftime
time
clock
Formato conversioni
Original:
Format conversions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
asctime
ctime
strftime
wcsftime
gmtime
localtime
mktime
Costanti
Original:
Constants
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
CLOCKS_PER_SEC
Tipi
Original:
Types
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
tm
time_t
clock_t
 
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.

[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.
  1. 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.

[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) [modifica]
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) [modifica]