DayInstanceCollectionAdd(Int32, DayOfWeek) Method

Add a DayInstance to the collection and set it to the specified instance of the specified day of the week.

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public void Add(
	int instance,
	DayOfWeek day
)

Parameters

instance  Int32
The instance value
day  DayOfWeek
The day of the week to add

See Also