PhotoConfirmationCapturedEventArgs.CaptureTimeOffset Property

Definition

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.

Applies to