Click or drag to resize

ISystemTime Interface

System time interface.

Namespace: Demo3D.Net.Protocols
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public interface ISystemTime

The ISystemTime type exposes the following members.

Properties
 NameDescription
Public propertyGrandMaster Clock information for the currently synchronized grandmaster clock.
Public propertyIsSynchronized True if the clocks are synchronized.
Public propertyOffsetFromMaster The coarse number of nanoseconds offset between our local reference clock and system time.
Public propertyParent Clock information for the currently synchronized parent clock.
Public propertySystemTimeMicroseconds Device time in microseconds (ticks since 1/1/1970 adjusted for leap seconds). Time may go backwards.
Public propertySystemTimeNanoseconds Device time in nanoseconds (ticks since 1/1/1970 adjusted for leap seconds). Time may go backwards.
Top
Methods
 NameDescription
Public methodRealTimeQPCToDeviceTimeNanoseconds Returns the device time (in system time nanoseconds) at a specified local real time.
Top
Events
 NameDescription
Public eventOnClockChanged Raised when the grandmaster or parent clock changes.
Public eventOnSynchronizedChanged Raised when the clock's synchronization changes.
Top
See Also