VisualizationExtensionsAPI ReferencesOthersTimeOn this pageTime type Time = object; A timestamp with nanosecond precision. Timestamps are typically nanoseconds since the UNIX epoch, but may be relative to another event (such as system start time or simulation start time) depending on context. Properties sec sec: number; nsec nsec: number;