start method
[This documentation is preliminary and is subject to change.]
Gets the start of the time range by using the specified index.
![]() ![]() |
Syntax
HRESULT retVal = object.start(index, );
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.11
Parameters
index [in]
Type: longThe zero-based index of the item in the collection.
startTime [out, retval]
Type: VARIANTThe 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
Build date: 1/26/2012
.png)
.png)