Day InstanceInstance Property
This property is used to get or set the instance value for the day
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
A value of zero indicates all instances of the day of the week should be included. A negative value indicates that the instance is derived by counting from the end of the month or year. A positive value indicates that the instance is derived by counting from the start of the month or year.
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public int Instance { get; set; }VB
Public Property Instance As Integer
Get
SetC++
public:
property int Instance {
int get ();
void set (int value);
}F#
member Instance : int with get, setProperty Value
Int32A value of zero indicates all instances of the day of the week should be included. A negative value indicates that the instance is derived by counting from the end of the month or year. A positive value indicates that the instance is derived by counting from the start of the month or year.
Exceptions
| ArgumentOutOfRangeException | This is thrown if the instance value is less than -53 or greater than 53. |