Represents a collection of time component activity elements.
Add | Adds a new time component element to the collection, configured with a component with the supplied identifier. An example of a valid component identifier would be \"Facility/MFR_Facility/Radar/MFR LightingIntervals.Umbra EventIntervalList\". |
Clear | Clears all time component elements from the collection. |
InsertAt | Inserts a new time component element at the supplied index, configured with a component with the supplied identifier. An example of a valid component identifier would be \"Facility/MFR_Facility/Radar/MFR LightingIntervals.Umbra EventIntervalList\". |
RemoveAt | Removes the time component element with the specified index. |
Count | Returns the number of time component elements in the collection. |
Item | Given an index, returns the time component element in the collection. |