DayInstance(Int32, DayOfWeek) Constructor
Constructor. This version constructs a day instance that specifies a specific occurrence of the day
of the week.
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public DayInstance(
int instance,
DayOfWeek dow
)
Public Sub New (
instance As Integer,
dow As DayOfWeek
)
public:
DayInstance(
int instance,
DayOfWeek dow
)
new :
instance : int *
dow : DayOfWeek -> DayInstance
Parameters
- instance Int32
- The instance of the day of the week
- dow DayOfWeek
- The day of the week