![]() |
C++ API
|
Go to the source code of this file.
Typedefs | |
typedef some_integer | time_t |
Number of seconds since 1970-01-01 00:00:00 UTC (not counting leap seconds). | |
typedef some_integer time_t |
Number of seconds since 1970-01-01 00:00:00 UTC (not counting leap seconds).
Also known as UNIX time or POSIX time. Current time can be obtained from time() function from your platform time.h header file. For more information, please consult time.h documentation, such as: http://www.cplusplus.com/reference/ctime/