Espaces de noms
Variantes

std::tm

De cppreference.com
< cpp | chrono | c

<metanoindex/>

 
 
 
 
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.

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 here for instructions.

(objet membre public)
int tm_mon
mois depuis Janvier - [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.

(objet membre public)
int tm_year
depuis 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.

(objet membre public)
int tm_wday
jours depuis dimanche - [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.

(objet membre public)
int tm_yday
jours depuis Janvier 1 - [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.

(objet membre public)
int tm_isdst
L'heure d'indicateur de temps. La valeur est positive si l'heure d'été est en vigueur, et zéro sinon et négatif si aucune information n'est disponible
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.

(objet membre public)
{{{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.

Voir aussi

convertit le temps depuis l'époque de temps du calendrier exprimée en heure 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.

(fonction) [edit]
convertit le temps depuis l'époque de temps du calendrier exprimée en temps universel coordonné
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.

(fonction) [edit]