Click or drag to resize

TimeIntervalCollectionContains Method (TimeInterval)

Determines if this collection contains all of a specified interval.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Contains(
	TimeInterval item
)

Parameters

item
Type: AGI.Foundation.TimeTimeInterval
The interval to check.

Return Value

Type: Boolean
if this interval collection contains the specified interval, or if this collection has any gaps over the input interval.

Implements

ICollectionTContains(T)
See Also