TimeIntervalCollectionTRemoveLeavingEndpoints Method (TimeIntervalCollectionT) | 
 
            Removes the specified intervals from this interval list,
            creating a hole over the specified intervals.
            The end points of the removed intervals are NOT removed.
            The Data property of the input interval is ignored.
            
 
    Namespace: 
   AGI.Foundation.Time
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool RemoveLeavingEndpoints(
	TimeIntervalCollection<T> collection
)
Public Function RemoveLeavingEndpoints ( 
	collection As TimeIntervalCollection(Of T)
) As Boolean
public:
bool RemoveLeavingEndpoints(
	TimeIntervalCollection<T>^ collection
)
member RemoveLeavingEndpoints : 
        collection : TimeIntervalCollection<'T> -> bool 
Parameters
- collection
 - Type: AGI.Foundation.TimeTimeIntervalCollectionT
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