/ fm / liveswitch / SystemClock
Class: SystemClock
fm.liveswitch.SystemClock
A system clock.
Implements
Table of contents
Constructors
Methods
Constructors
constructor
+ new SystemClock(): SystemClock
Returns: SystemClock
Defined in: Generated/TypeScript/fm.liveswitch/SystemClock.ts:11
Methods
getTimestamp
▸ getTimestamp(): number
Gets the current system timestamp in ticks. 10,000 ticks is equal to 1 millisecond.
Returns: number
The current system timestamp in ticks.
Implementation of: ISystemClock
Defined in: Generated/TypeScript/fm.liveswitch/SystemClock.ts:30
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/SystemClock.ts:9