PeriodCollection Constructor

There are two overloads for the constructor

Overload List

PeriodCollection() Default constructor
PeriodCollection(IEnumerable<Period>) Construct a collection from an enumerable list of Period objects

See Also