IAvailability.GetAvailabilityIntervals Method |
Gets the intervals over which data is available.
Namespace:
AGI.Foundation.Time
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
SyntaxTimeIntervalCollection GetAvailabilityIntervals(
TimeIntervalCollection consideredIntervals
)
Function GetAvailabilityIntervals (
consideredIntervals As TimeIntervalCollection
) As TimeIntervalCollection
TimeIntervalCollection^ GetAvailabilityIntervals(
TimeIntervalCollection^ consideredIntervals
)
abstract GetAvailabilityIntervals :
consideredIntervals : TimeIntervalCollection -> TimeIntervalCollection
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:
TimeIntervalCollectionThe collection of availability intervals.
See Also