ISystemTime Properties |
The ISystemTime type exposes the following members.
| Name | Description | |
|---|---|---|
| GrandMaster |
Clock information for the currently synchronized grandmaster clock.
| |
| IsSynchronized |
True if the clocks are synchronized.
| |
| OffsetFromMaster |
The coarse number of nanoseconds offset between our local reference clock and system time.
| |
| Parent |
Clock information for the currently synchronized parent clock.
| |
| SystemTimeMicroseconds |
Device time in microseconds (ticks since 1/1/1970 adjusted for leap seconds). Time may go backwards.
| |
| SystemTimeNanoseconds |
Device time in nanoseconds (ticks since 1/1/1970 adjusted for leap seconds). Time may go backwards.
|