Click or drag to resize

TimeIntervalCollectionFindIntervalContainingDate 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: 24.1.418.0 (24.1.418.0)
Syntax
public TimeInterval FindIntervalContainingDate(
	JulianDate date
)

Parameters

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

Return Value

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