Click or drag to resize

ParameterEvaluatorTGetAvailabilityIntervals Method

Gets the intervals over which data is available.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TimeIntervalCollection GetAvailabilityIntervals(
	TimeIntervalCollection consideredIntervals
)

Parameters

consideredIntervals
Type: AGI.Foundation.TimeTimeIntervalCollection
The intervals over which availability information is needed. Note that the returned availability intervals may indicate availability outside of these intervals of consideration.

Return Value

Type: TimeIntervalCollection
The collection of availability intervals.

Implements

IAvailabilityGetAvailabilityIntervals(TimeIntervalCollection)
See Also