DayInstanceCollectionAddRange(IEnumerableDayOfWeek) Method

Add a range of DayOfWeek values to the collection. The instance for each entry will be set to zero to represent all days rather than a specific instance.

Definition

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

Parameters

days  IEnumerableDayOfWeek
The array of days of the week to add.

See Also