time_in_miliseconds()

time_in_miliseconds()#

Get the current system time in milliseconds since the epoch.

Prototype

PUBLIC uint64_t time_in_miliseconds(void);
        

Parameters

Key

Type

Description

-

-

This function does not take any parameters.


Return Value

Returns the current system time as a uint64_t value in milliseconds since the epoch.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples