DayInstance(Int32, DayOfWeek) Constructor

Constructor. This version constructs a day instance that specifies a specific occurrence of the day of the week.

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public DayInstance(
	int instance,
	DayOfWeek dow
)

Parameters

instance  Int32
The instance of the day of the week
dow  DayOfWeek
The day of the week

See Also