PhotoCapturedEventArgs.CaptureTimeOffset Property

Definition

Gets a value that indicates time offset in the photo sequence.

public:
 property TimeSpan CaptureTimeOffset { TimeSpan get(); };
TimeSpan CaptureTimeOffset();
public System.TimeSpan CaptureTimeOffset { get; }
var timeSpan = photoCapturedEventArgs.captureTimeOffset;
Public ReadOnly Property CaptureTimeOffset As TimeSpan

Property Value

The

Remarks

A negative value indicates the image was taken prior to the start of the photo sequence, while a positive value indicates the image occurred after the photo sequence was started.

Applies to