Day Instance CollectionAdd(Int 32, Day Of Week) 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: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public void Add(
int instance,
DayOfWeek day
)VB
Public Sub Add (
instance As Integer,
day As DayOfWeek
)C++
public:
void Add(
int instance,
DayOfWeek day
)F#
member Add :
instance : int *
day : DayOfWeek -> unit