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