DayInstanceInstance 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: 2023.1.2.0
public int Instance { get; set; }

Property Value

Int32
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.

Exceptions

ArgumentOutOfRangeExceptionThis is thrown if the instance value is less than -53 or greater than 53.

See Also