Adds a time period to the schedule. Any overlapping periods that
            are currently present in the schedule are combined.
            
Namespace: Zeptomoby.OrbitTools.TrackAssembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)
 Syntax
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.





