RecurrenceInterval Property
This property is used to set or get the interval between instances (the number of seconds, minutes,
hours, days, weeks, months, or years based on the recurrence frequency).
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 int Interval { get; set; }VB
Public Property Interval As Integer
Get
SetC++
public:
property int Interval {
int get ();
void set (int value);
}F#
member Interval : int with get, setProperty Value
Int32Exceptions
| ArgumentOutOfRangeException | This is thrown if the value is less than one |