Condividi tramite


PerceptionTimestampHelper.FromSystemRelativeTargetTime(TimeSpan) Metodo

Definizione

Ottiene un timestamp destinato al tempo relativo al sistema specificato, rappresentato nel dominio di tempo QPC (QueryPerformanceCounter) relativo al sistema.

public:
 static PerceptionTimestamp ^ FromSystemRelativeTargetTime(TimeSpan targetTime);
 static PerceptionTimestamp FromSystemRelativeTargetTime(TimeSpan const& targetTime);
public static PerceptionTimestamp FromSystemRelativeTargetTime(System.TimeSpan targetTime);
function fromSystemRelativeTargetTime(targetTime)
Public Shared Function FromSystemRelativeTargetTime (targetTime As TimeSpan) As PerceptionTimestamp

Parametri

targetTime
TimeSpan TimeSpan

Il momento relativo al sistema nel tempo QPC per la destinazione con il timestamp.

Restituisce

Il timestamp.

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 1809 (è stato introdotto in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v7.0)

Commenti

Il parametro targetTime usa 100ns intervallo QPC. Per altre informazioni sull'ora QPC, vedere Acquisizione di timestamp ad alta risoluzione.

Si applica a