DayInstance(DayOfWeek) Constructor

Constructor. This version constructs a day instance that specifies only the day of the week. This indicates that all instances of the day of the week are to be included.

Definition

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

Parameters

dow  DayOfWeek
The day of the week

See Also