| ParameterizedMotionEvaluator1TParameter1, TResultGetAvailabilityIntervals Method  | 
 
            Gets the intervals over which data is available.
            
 
    Namespace: 
   AGI.Foundation.Infrastructure
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic override TimeIntervalCollection GetAvailabilityIntervals(
	TimeIntervalCollection consideredIntervals
)
Public Overrides Function GetAvailabilityIntervals ( 
	consideredIntervals As TimeIntervalCollection
) As TimeIntervalCollection
public:
virtual TimeIntervalCollection^ GetAvailabilityIntervals(
	TimeIntervalCollection^ consideredIntervals
) override
abstract GetAvailabilityIntervals : 
        consideredIntervals : TimeIntervalCollection -> TimeIntervalCollection 
override GetAvailabilityIntervals : 
        consideredIntervals : TimeIntervalCollection -> TimeIntervalCollection 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: 
TimeIntervalCollectionThe collection of availability intervals.
Implements
IAvailabilityGetAvailabilityIntervals(TimeIntervalCollection) See Also
See Also