Dela via


PerceptionTimestamp.SystemRelativeTargetTime Property

Definition

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.

Applies to