Adds a time period to the schedule. Any overlapping periods that are currently present in the schedule are combined.

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 void AddPeriod(
	PeriodInfo<T> period
)
Visual Basic
Public Sub AddPeriod ( _
	period As PeriodInfo(Of T) _
)
Visual C++
public:
void AddPeriod(
	PeriodInfo<T>^ period
)

Parameters

period
Type: Zeptomoby.OrbitTools.Track..::..PeriodInfo<(Of <(<'T>)>)>
The time period to add.

See Also