IntervalRecurrencePatternBaseType.Interval Property
The Interval property defines the interval between two consecutive recurring items.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Interval As Integer
Get
Set
'Usage
Dim instance As IntervalRecurrencePatternBaseType
Dim value As Integer
value = instance.Interval
instance.Interval = value
public int Interval { get; set; }
Property Value
Type: System.Int32
The Interval property returns the interval between two consectuive recurring items in minutes.
See Also