time_in_seconds()
#
Get the current system time in seconds since the epoch.
Prototype
PUBLIC time_t time_in_seconds(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
Returns the current system time as a time_t
value in seconds since the epoch.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples