IFrame.SampleEndTime Property

Returns the reference end time of the sample represented by the IFrame.
Syntax:
[C#]
public double SampleEndTime;
Limitations:

Read only.

Remarks:

The SampleEndTime property returns the reference time in seconds at which the sample ended.

Information:

This property is deprecated since version 3.5.
Use IFrame.FrameMetadata.SampleEndTime instead.

See also: IFrame, SampleStartTime

<< IFrame