DayInstanceCollection(IEnumerableDayInstance) Constructor

Construct a collection from an enumerable list of DayInstance objects

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public DayInstanceCollection(
	IEnumerable<DayInstance> days
)

Parameters

days  IEnumerableDayInstance
The enumerable list of day instances to add

See Also