ParameterizedEvaluator6TParameter1, TParameter2, TParameter3, TParameter4, TParameter5, TParameter6, TResultAvailabilityIntervals Property  | 
  
    Namespace: 
   AGI.Foundation.Infrastructure
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TimeIntervalCollection AvailabilityIntervals { get; }Public ReadOnly Property AvailabilityIntervals As TimeIntervalCollection
	Get
public:
property TimeIntervalCollection^ AvailabilityIntervals {
	TimeIntervalCollection^ get ();
}member AvailabilityIntervals : TimeIntervalCollection with get
Return Value
Type: 
TimeIntervalCollectionThe collection of availability intervals.
Remarks
        It is recommended that you call 
IsAvailable(JulianDate) to determine availability instead of
        calling this method and checking for yourself.
      
See Also