Click or drag to resize

ParameterizedValueEvaluator7<TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TParameter7, TResult>.GetAvailabilityIntervals Method

Gets the intervals over which data is available.

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

Parameters

consideredIntervals
Type: AGI.Foundation.Time.TimeIntervalCollection
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

IAvailability.GetAvailabilityIntervals(TimeIntervalCollection)
See Also