Skip to content

dag-adapters-local / Exports / SystemClockPort

Class: SystemClockPort

Implements

  • IClockPort

Table of contents

Constructors

Methods

Constructors

constructor

new SystemClockPort(): SystemClockPort

Returns

SystemClockPort

Methods

nowIso

nowIso(): string

Returns

string

Implementation of

IClockPort.nowIso

Defined in

clock-ports.ts:28


nowEpochMs

nowEpochMs(): number

Returns

number

Implementation of

IClockPort.nowEpochMs

Defined in

clock-ports.ts:32

Released under the MIT License.