timeChildren property
Retrieves a reference to the collection of all timed, top-level children elements.
Syntax
HRESULT value = object.get_timeChildren(ITIMEElementCollection** childColl);
Property values
Type: Object
the array of elements contained by the object.
Remarks
The ITIMEElement::timeChildren collection contains all timed objects that are a top-level descendant of the container object to which the collection is applied.
See also
Reference
Conceptual