PhotoConfirmationCapturedEventArgs.CaptureTimeOffset 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 offset from when capture began to the capture of the frame associated with the event.
public:
property TimeSpan CaptureTimeOffset { TimeSpan get(); };
TimeSpan CaptureTimeOffset();
public System.TimeSpan CaptureTimeOffset { get; }
var timeSpan = photoConfirmationCapturedEventArgs.captureTimeOffset;
Public ReadOnly Property CaptureTimeOffset As TimeSpan
Property Value
The time offset from when capture began to the capture of the frame associated with the event.