Direct3D11CaptureFrame.SystemRelativeTime 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.
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.