Espaces de noms
Variantes
Affichages
Actions

std::tm

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

 
 
 
 
C-style utilitaires date et l'heure
Fonctions
Original:
Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
La manipulation du temps
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
Les conversions de format
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
Constantes
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
Types
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
 
Structure de holding pour une date et heure décomposé en ses composants .
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.

[modifier] Objets membres

int tm_sec
seconds after the minute – [0, 60][note 1]
(objet membre public)
int tm_min
minutes après l'heure - [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.

(objet membre public)
int tm_hour
heures depuis minuit - [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.

(objet membre public)
int tm_mday
jour du mois - [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