PhotoCapturedEventArgs.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 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.