PerceptionTimestamp.TargetTime Property

Definition

Gets the specific time that is the subject of this timestamp.

public:
 property DateTime TargetTime { DateTime get(); };
DateTime TargetTime();
public System.DateTimeOffset TargetTime { get; }
var dateTime = perceptionTimestamp.targetTime;
Public ReadOnly Property TargetTime As DateTimeOffset

Property Value

The time.

Remarks

If you will be relating this timestamp to other high-precision events on the system, you should instead use the SystemRelativeTargetTime property, which operates in the QueryPerformanceCounter (QPC) time domain.

Applies to