start method

[This documentation is preliminary and is subject to change.]

Gets the start of the time range by using the specified index.

HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.11Internet Explorer 9

Syntax

HRESULT retVal = object.start(index, );

Standards information

Parameters

  • index [in]
    Type: long

    The zero-based index of the item in the collection.

  • startTime [out, retval]
    Type: VARIANT

    The start position of the range, in seconds, from the beginning of the timeline.

Return value

Type: HRESULT

This method can return one of these values.

Return code Description
S_OK

The operation completed successfully.

W3CException_DOM_INDEX_SIZE_ERR

The specified index is out of range.

 

Remarks

Time ranges do not overlap. The start time is guaranteed to be greater than the end of the range that precedes it.

See also

Reference

end

length

 

 

Build date: 1/26/2012