milliseconds.u8.v = milliseconds_now() This function returns the number of milliseconds since the Epoch. This function returns status values as follows: milliseconds at the time this routine is called This function requires the following include files: clib_h Related functions: current_time_utc, clinks_now C/C++ usage: unsigned long long milliseconds; milliseconds = milliseconds_now();