Click or drag to resize

EvaluatorDelayedByLinkTIsAvailable Method

Returns the availability at the non-delayed time. Returns true if availability for the LinkDelay is true at date and the InnerEvaluator is true at the delayed time.

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

Parameters

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

Return Value

Type: Boolean
Availability for the delayed evaluator.

Implements

IAvailabilityIsAvailable(JulianDate)
See Also