The collection of time periods that have the highest overlap count.

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>> OverlapMax { get; }
Visual Basic
Public ReadOnly Property OverlapMax As IEnumerable(Of PeriodInfo(Of T))
	Get
Visual C++
public:
property IEnumerable<PeriodInfo<T>^>^ OverlapMax {
	IEnumerable<PeriodInfo<T>^>^ get ();
}

See Also