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

Property Value

Int32

Exceptions

ArgumentOutOfRangeExceptionThis is thrown if the value is less than one

See Also