TimeIntervalFinderFindIntervals Method (JulianDate, JulianDate) | 
  
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TimeIntervalCollection FindIntervals(
	JulianDate start,
	JulianDate stop
)
Public Function FindIntervals ( 
	start As JulianDate,
	stop As JulianDate
) As TimeIntervalCollection
public:
TimeIntervalCollection^ FindIntervals(
	JulianDate start, 
	JulianDate stop
)
member FindIntervals : 
        start : JulianDate * 
        stop : JulianDate -> TimeIntervalCollection 
Parameters
- start
 - Type: AGI.Foundation.TimeJulianDate
The beginning of the interval on which to search. - stop
 - Type: AGI.Foundation.TimeJulianDate
The end of the interval on which to search. 
Return Value
Type: 
TimeIntervalCollectionA collection of intervals on which the function satisfies the constraint.
See Also