Click or drag to resize

TimeIntervalCollection.Contains Method (JulianDate)

Determines if the collection 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 bool Contains(
	JulianDate date
)

Parameters

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

Return Value

Type: Boolean
true if this interval collection contains the specified date; otherwise false.
See Also