Class SystemClock
A system clock.
Inheritance
System.Object
SystemClock
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class SystemClock : 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. |