Click or drag to resize

IAvailabilityIsAvailable Method

Determines if valid data is available for the given JulianDate.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
bool IsAvailable(
	JulianDate date
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date for which to check availability.

Return Value

Type: Boolean
if valid data is available for this date; otherwise .
See Also