-
-
Returns any Event in the collection.
-
-
Displays the number of elements in the Event.
-
-
Returns every Event in the collection.
-
-
Returns the first Event in the collection.
-
-
Returns the Event with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Event with the specified ID.
-
itemByRange( |
from, to) |
→ Event |
-
Returns the Events within the specified range.
from
|
The Event, index, or name at the beginning of the range. Can accept: Event, Long Integer or String.
|
to
|
The Event, index, or name at the end of the range. Can accept: Event, Long Integer or String.
|
-
-
Returns the last Event in the collection.
-
-
Returns the middle Event in the collection.
-
-
Returns the Event whose index follows the specified Event in the collection.
obj
|
Event
The Event whose index comes before the desired Event.
|
-
previousItem( |
obj) |
→ Event |
-
Returns the Event with the index previous to the specified index.
obj
|
Event
The index of the Event that follows the desired Event.
|
-
-
Generates a string which, if executed, will return the Event.