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