C++ Programming/Code/Standard C Library/Functions/mktime
mktime
Syntax |
#include <ctime>
time_t mktime( struct tm *time );
|
The mktime() function converts the local time in time to calendar time, and returns it. If there is an error, -1 is returned.
Category:Book:C++ Programming#Code/Standard%20C%20Library/Functions/mktime%20