DayInstanceCollectionAdd(Int32, DayOfWeek) Method
Add a
DayInstance to the collection and set it to the specified instance of the
specified day of the week.
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public void Add(
int instance,
DayOfWeek day
)
Public Sub Add (
instance As Integer,
day As DayOfWeek
)
public:
void Add(
int instance,
DayOfWeek day
)
member Add :
instance : int *
day : DayOfWeek -> unit
Parameters
- instance Int32
- The instance value
- day DayOfWeek
- The day of the week to add