The collection of time periods, sorted by start time, that have an overlap count that falls between the two given values.

Namespace: Zeptomoby.OrbitTools.Track
Assembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

C#
public IEnumerable<PeriodInfo<T>> Periods(
	int minOverlap,
	int maxOverlap
)
Visual Basic
Public Function Periods ( _
	minOverlap As Integer, _
	maxOverlap As Integer _
) As IEnumerable(Of PeriodInfo(Of T))
Visual C++
public:
IEnumerable<PeriodInfo<T>^>^ Periods(
	int minOverlap, 
	int maxOverlap
)

Parameters

minOverlap
Type: System..::..Int32

[Missing <param name="minOverlap"/> documentation for "M:Zeptomoby.OrbitTools.Track.Schedule`1.Periods(System.Int32,System.Int32)"]

maxOverlap
Type: System..::..Int32

[Missing <param name="maxOverlap"/> documentation for "M:Zeptomoby.OrbitTools.Track.Schedule`1.Periods(System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Zeptomoby.OrbitTools.Track.Schedule`1.Periods(System.Int32,System.Int32)"]

See Also