PeriodCollection(IEnumerablePeriod) Constructor
Construct a collection from an enumerable list of
Period objects
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public PeriodCollection(
IEnumerable<Period> periods
)
Public Sub New (
periods As IEnumerable(Of Period)
)
public:
PeriodCollection(
IEnumerable<Period^>^ periods
)
new :
periods : IEnumerable<Period> -> PeriodCollection
Parameters
- periods IEnumerablePeriod
- The enumerable list of periods