std::tm
De cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
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.
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 |