timeChildren Collection

This topic documents a feature of HTML+TIME 2.0, which is obsolete as of Windows Internet Explorer 9.

Retrieves a reference to the collection of all timed, top-level children elements.

Syntax

[ oColl = ] object.timeChildren
[ oObject = ] object.timeChildren(iIndex)

Possible Values

oColl Array of elements contained by the object.
oObject Reference to an individual item in the array of elements contained by the object.
iIndex Required. Integer that specifies the zero-based index of the item to be returned.

Members Table

The following table lists the members exposed by the timeChildren object.

Property Description
length

Sets or gets the number of objects in a collection.

Method Description
item

Retrieves an object from the element collection by name or index.

tags

Retrieves a subcollection containing only the elements of this collection that have the specified tag name.

Remarks

The timeChildren collection contains all timed objects that are a top-level descendant of the container object to which the collection is applied.

Applies To

BODY, t:EXCL, t:PAR, t:SEQ

See Also

Introduction to HTML+TIME, activeElements, timeAll