FixIO Documentation

Back to summary

import "io/time";

Clock class

Gives access to the current time.

Functions

static function get_time(): Long
Returns the current time in milliseconds since the UNIX epoch (1970-01-01 00:00:00 UTC).
static function get_micro_time(): Long
Returns the current time in microseconds since the UNIX epoch (1970-01-01 00:00:00 UTC).