TimeIntervalCollectionTRemoveLeavingEndpoints Method (TimeIntervalT) |
Removes the specified interval from this interval list, creating a hole
over the specified interval. The end points of the removed interval 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: 23.2.417.0 (23.2.417.0)
Syntaxpublic bool RemoveLeavingEndpoints(
TimeInterval<T> item
)
Public Function RemoveLeavingEndpoints (
item As TimeInterval(Of T)
) As Boolean
public:
bool RemoveLeavingEndpoints(
TimeInterval<T>^ item
)
member RemoveLeavingEndpoints :
item : TimeInterval<'T> -> bool
Parameters
- item
- Type: AGI.Foundation.TimeTimeIntervalT
The interval to remove.
Return Value
Type:
Boolean if any part of the input interval was in the interval list; otherwise
.
Exceptions
See Also