PerceptionTimestamp.SystemRelativeTargetTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the specific time that is the subject of this timestamp, represented in the system-relative QueryPerformanceCounter (QPC) time domain.
public:
property TimeSpan SystemRelativeTargetTime { TimeSpan get(); };
TimeSpan SystemRelativeTargetTime();
public System.TimeSpan SystemRelativeTargetTime { get; }
var timeSpan = perceptionTimestamp.systemRelativeTargetTime;
Public ReadOnly Property SystemRelativeTargetTime As TimeSpan
Property Value
The system-relative QPC time.
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|
Remarks
This value uses 100ns interval QPC time. For more information on QPC time, see Acquiring high-resolution time stamps.