Day Instance CollectionAdd(Day Of Week) Method
Add a DayInstance to the collection and set it to all instances 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(
DayOfWeek day
)VB
Public Sub Add (
day As DayOfWeek
)C++
public:
void Add(
DayOfWeek day
)F#
member Add :
day : DayOfWeek -> unit Parameters
- day DayOfWeek
- The day of the week to add