次の方法で共有


PerceptionTimestamp.SystemRelativeTargetTime プロパティ

定義

システム相対 QueryPerformanceCounter (QPC) 時間ドメインで表される、このタイムスタンプのサブジェクトである特定の時刻を取得します。

public:
 property TimeSpan SystemRelativeTargetTime { TimeSpan get(); };
TimeSpan SystemRelativeTargetTime();
public System.TimeSpan SystemRelativeTargetTime { get; }
var timeSpan = perceptionTimestamp.systemRelativeTargetTime;
Public ReadOnly Property SystemRelativeTargetTime As TimeSpan

プロパティ値

システム相対 QPC 時間。

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

注釈

この値では、100ns 間隔の QPC 時間が使用されます。 QPC 時刻の詳細については、「 高解像度タイム スタンプの取得」を参照してください。

適用対象