DayInstanceCollectionAddRange(IEnumerableDayInstance) Method

Add a range of DayInstance objects from an enumerable list

Definition

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

Parameters

days  IEnumerableDayInstance
The enumerable list of day instances

See Also