Direct3D11CaptureFrame.SystemRelativeTime Property

Definition

The QPC (Query Performance Counter) time at which the compositor rendered the frame.

public:
 property TimeSpan SystemRelativeTime { TimeSpan get(); };
TimeSpan SystemRelativeTime();
public System.TimeSpan SystemRelativeTime { get; }
var timeSpan = direct3D11CaptureFrame.systemRelativeTime;
Public ReadOnly Property SystemRelativeTime As TimeSpan

Property Value

The QPC (Query Performance Counter) time at which the compositor rendered the frame.

Applies to