TimeIntervalCollectionRemoveLeavingEndpoints Method (TimeIntervalCollection) |
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.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool RemoveLeavingEndpoints(
TimeIntervalCollection collection
)
Public Function RemoveLeavingEndpoints (
collection As TimeIntervalCollection
) As Boolean
public:
bool RemoveLeavingEndpoints(
TimeIntervalCollection^ collection
)
member RemoveLeavingEndpoints :
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