Class to encapsulate a time period and associated "content", which is a list of type T. The period start and stop times are rounded to the nearest second.

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

Type Parameters

T
Specifies the type of the Period Info "content".

Inheritance Hierarchy

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

See Also