WaypointPropagatorAvailabilityIntervals Property  | 
  
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.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