Class SystemClock
A system clock.
Inheritance
System.Object
SystemClock
Implements
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class SystemClock : object, ISystemClock
Methods
GetTimestamp()
Gets the current system timestamp in ticks. 10,000 ticks is equal to 1 millisecond.
Declaration
public long GetTimestamp()
Returns
Type | Description |
---|---|
System.Int64 | The current system timestamp in ticks. |