TimingGroups
A collection of timing data objects.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
TimingGroup add( Mixed dynamicTarget, Number delaySeconds, Object withProperties )
Adds a new timing group.
Parameters
Number count()
Displays the number of elements in the TimingGroup.
TimingGroup item( Mixed index )
Returns the TimingGroup with the specified index or name.
Parameters
TimingGroup itemByRange( Mixed from, Mixed to )
Returns the TimingGroups within the specified range.
Parameters
TimingGroup firstItem()
Returns the first TimingGroup in the collection.
TimingGroup lastItem()
Returns the last TimingGroup in the collection.
TimingGroup middleItem()
Returns the middle TimingGroup in the collection.
TimingGroup previousItem( TimingGroup obj )
Returns the TimingGroup with the index previous to the specified index.
Parameters
TimingGroup nextItem( TimingGroup obj )
Returns the TimingGroup whose index follows the specified TimingGroup in the collection.
Parameters
TimingGroup anyItem()
Returns any TimingGroup in the collection.
TimingGroup everyItem()
Returns every TimingGroup in the collection.
String toSource()
Generates a string which, if executed, will return the TimingGroup.
TimingGroup []( Number index )
Returns the TimingGroup with the specified index.