Click or drag to resize

AccessQueryStartAndMaintainStartQueryEvaluationStartDate Property

Gets or sets the JulianDate that will be used as the start date for evaluation. When Evaluate(JulianDate) is called, the evaluator will start at this date to determine if the StartQuery is satisfied.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public JulianDate StartQueryEvaluationStartDate { get; set; }

Property Value

Type: JulianDate
Remarks
This must be set for evaluation at a single JulianDate to work correctly. When evaluating at a single JulianDate evaluation before this date will result in an exception.
See Also