DayInstanceInstance Property
This property is used to get or set the instance value for the day
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public int Instance { get; set; }
Public Property Instance As Integer
Get
Set
public:
property int Instance {
int get ();
void set (int value);
}
member Instance : int with get, set
Property 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.