Click or drag to resize

TimeIntervalCollection<T>.FindIntervalContainingDate Method

Finds the TimeInterval in this collection that contains a specified date.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public TimeInterval<T> FindIntervalContainingDate(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The date to look for in the collection.

Return Value

Type: TimeInterval<T>
The TimeInterval<T> in the collection that contains the date, or null if the collection does not contain the date at all.
See Also