Defined in header <ctime> struct tm;
Structure holding a calendar date and time broken down into its components.
Member objects
int tm_sec seconds after the minute – [0, 61](until C++11) / [0, 60] (since C++11)[note 1](public member object) int tm_min minutes after the hour – [0, 59] (public member object) int tm_hour hours since midnight – [0, 23] (public member object) int tm_mday day of the month – [1, 31] (public member object) int tm_mon months si