Class to manage a list of sorted time periods, and provide information regarding which periods overlap in time. Each time period has optional "content", which is a list of type T.

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 sealed class Schedule<T>
Visual Basic
Public NotInheritable Class Schedule(Of T)
Visual C++
generic<typename T>
public ref class Schedule sealed

Type Parameters

T
Specifies the type of the "content" that is stored in each PeriodInfo object.

Inheritance Hierarchy

System..::..Object
  Zeptomoby.OrbitTools.Track..::..Schedule<(Of <(<'T>)>)>

See Also