Events
A collection of events.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the Event.
Event item( Mixed index )
Returns the Event with the specified index or name.
Parameters
Event itemByID( Number id )
Returns the Event with the specified ID.
Parameters
Event itemByRange( Mixed from, Mixed to )
Returns the Events within the specified range.
Parameters
Event firstItem()
Returns the first Event in the collection.
Event lastItem()
Returns the last Event in the collection.
Event middleItem()
Returns the middle Event in the collection.
Event previousItem( Event obj )
Returns the Event with the index previous to the specified index.
Parameters
Event nextItem( Event obj )
Returns the Event whose index follows the specified Event in the collection.
Parameters
Event anyItem()
Returns any Event in the collection.
Event everyItem()
Returns every Event in the collection.
String toSource()
Generates a string which, if executed, will return the Event.
Event []( Number index )
Returns the Event with the specified index.