TimeIntervalAdd Method (TimeInterval) | 
 
            Adds two intervals together, producing an interval list that
            includes both intervals.
            
 
    Namespace: 
   AGI.Foundation.Time
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TimeIntervalCollection Add(
	TimeInterval other
)
Public Function Add ( 
	other As TimeInterval
) As TimeIntervalCollection
public:
TimeIntervalCollection^ Add(
	TimeInterval^ other
)
member Add : 
        other : TimeInterval -> TimeIntervalCollection 
Parameters
- other
 - Type: AGI.Foundation.TimeTimeInterval
The interval to add. 
Return Value
Type: 
TimeIntervalCollectionA collection that contains both intervals.
See Also