PerceptionTimestamp.TargetTime 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.
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.