timeAll property
Retrieves a reference to the collection of all timed elements.
Syntax
HRESULT value = object.get_timeAll(ITIMEElementCollection** allColl);
Property values
Type: Object
the array of elements contained by the object.
Remarks
The timeAll collection contains all timed objects that are a descendant of the container object to which the collection is applied. To retrieve a collection of all timed elements on a page, apply the timeAll collection to the BODY element.
See also
Reference
Conceptual