Click or drag to resize

ISystemClockHandle Properties

The ISystemClockHandle type exposes the following members.

Properties
  NameDescription
Public propertyGrandMaster
Clock information for the currently synchronized grandmaster clock.
(Inherited from ISystemTime.)
Public propertyIsSynchronized
True if the clocks are synchronized.
(Inherited from ISystemTime.)
Public propertyOffsetFromMaster
The coarse number of nanoseconds offset between our local reference clock and system time.
(Inherited from ISystemTime.)
Public propertyParent
Clock information for the currently synchronized parent clock.
(Inherited from ISystemTime.)
Public propertySystemTimeMicroseconds
Device time in microseconds (ticks since 1/1/1970 adjusted for leap seconds). Time may go backwards.
(Inherited from ISystemTime.)
Public propertySystemTimeNanoseconds
Device time in nanoseconds (ticks since 1/1/1970 adjusted for leap seconds). Time may go backwards.
(Inherited from ISystemTime.)
Top
See Also