Click or drag to resize

TimeIntervalTContains Method

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

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date to test.

Return Value

Type: Boolean
if the interval contains the date; otherwise .
See Also