Skip to main content

Time

type Time = object;

A timestamp with nanosecond precision.

The timestamp is often nanoseconds since the UNIX epoch, but may be relative to another event such as system boot time or simulation start time depending on the context.

Properties

sec

sec: number;

nsec

nsec: number;