The collection of time periods, sorted by start time.

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()
Visual Basic
Public Function Periods As IEnumerable(Of PeriodInfo(Of T))
Visual C++
public:
IEnumerable<PeriodInfo<T>^>^ Periods()

Return Value

[Missing <returns> documentation for "M:Zeptomoby.OrbitTools.Track.Schedule`1.Periods"]

See Also