TimeIntervalCollectionRemove Method (TimeIntervalCollection) | 
 
            Removes the specified intervals from this interval list, creating a hole over the specified intervals.
            
 
    Namespace: 
   AGI.Foundation.Time
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Remove(
	TimeIntervalCollection collection
)
Public Function Remove ( 
	collection As TimeIntervalCollection
) As Boolean
public:
bool Remove(
	TimeIntervalCollection^ collection
)
member Remove : 
        collection : TimeIntervalCollection -> bool 
Parameters
- collection
 - Type: AGI.Foundation.TimeTimeIntervalCollection
The interval collection to remove. 
Return Value
Type: 
Boolean if any part of the input interval collection was in the interval collection; otherwise 
.
See Also