HolographicFrameScanoutReport.SystemRelativeScanoutStartTime 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 time that the image began scanning out to the display hardware.
public:
property TimeSpan SystemRelativeScanoutStartTime { TimeSpan get(); };
TimeSpan SystemRelativeScanoutStartTime();
public System.TimeSpan SystemRelativeScanoutStartTime { get; }
var timeSpan = holographicFrameScanoutReport.systemRelativeScanoutStartTime;
Public ReadOnly Property SystemRelativeScanoutStartTime As TimeSpan
Property Value
The time that the image began scanning out to the display hardware.