C++ API
Loading...
Searching...
No Matches
time.h File Reference

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).
 

Detailed Description

Note
This file does not belong to the PLUX C++ API. This is just a placeholder to document time_t data type.

Typedef Documentation

◆ time_t

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/