Adds time periods 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( IEnumerable<PeriodInfo<T>> periods ) | 
| Visual Basic | 
|---|
| Public Sub AddPeriod ( _ periods As IEnumerable(Of PeriodInfo(Of T)) _ ) | 
| Visual C++ | 
|---|
| public: void AddPeriod( IEnumerable<PeriodInfo<T>^>^ periods ) | 
Parameters
- periods
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'PeriodInfo<(Of <(<'T>)>)>>)>)>[Missing <param name="periods"/> documentation for "M:Zeptomoby.OrbitTools.Track.Schedule`1.AddPeriod(System.Collections.Generic.IEnumerable{Zeptomoby.OrbitTools.Track.PeriodInfo{`0}})"] 





