Represents a collection of time interval activity elements.
Add | Adds a new element to the collection. |
Clear | Clears all elements from the collection. |
ImportFromComponent | Import time intervals from specified time component. |
InsertAt | Inserts a new element at the supplied index. |
LoadFromFile | Load time intervals from file. |
RemoveAt | Removes the element with the specified index. |
Count | Returns the number of elements in the collection. |
Item | Given an index, returns the element in the collection. |