TimeIntervalCollection.Remove Method (TimeInterval) |
Removes the specified interval from this interval list, creating a hole
over the specified interval.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic bool Remove(
TimeInterval item
)
Public Function Remove (
item As TimeInterval
) As Boolean
public:
virtual bool Remove(
TimeInterval^ item
) sealed
abstract Remove :
item : TimeInterval -> bool
override Remove :
item : TimeInterval -> bool
Parameters
- item
- Type: AGI.Foundation.Time.TimeInterval
The interval to remove.
Return Value
Type:
Booleantrue if any part of the input interval was in the interval list; otherwise
false.
Implements
ICollection<T>.Remove(T)
Exceptions
See Also