Click or drag to resize

AccessQueryStartAndMaintainUseStartDateForIntervalEvaluation Property

Gets or sets a value indicating whether calls to Evaluate(TimeIntervalCollection, ITrackCalculationProgress) will also start at StartQueryEvaluationStartDate. This setting either truncates the evaluation interval if the StartQueryEvaluationStartDate is after the interval start or expands the interval if the StartQueryEvaluationStartDate is before the interval start.

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

Property Value

Type: Boolean
See Also