TimeIntervalCollectionAdd Method (TimeIntervalCollection) | 
 
            Adds another interval collection to this interval collection.
            This interval collection will contain all intervals that were
            previously in either collection.
            
 
    Namespace: 
   AGI.Foundation.Time
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void Add(
	TimeIntervalCollection collection
)
Public Sub Add ( 
	collection As TimeIntervalCollection
)
public:
void Add(
	TimeIntervalCollection^ collection
)
member Add : 
        collection : TimeIntervalCollection -> unit 
Parameters
- collection
 - Type: AGI.Foundation.TimeTimeIntervalCollection
            The collection to add to this collection. This parameter can be
            null, in which case nothing will be added.
             
Exceptions
See Also