Recurrence.Interval Property

3/29/2010

Gets or sets the length of time between occurrences.

Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)

Syntax

public int Interval { get; set; }
'Declaration
Public Property Interval As Integer

Remarks

The integer value is in the context of the RecurrenceType enumeration value, which is either days, weeks, months, or month by number. Use the Recurrence.RecurrenceType property to find out. Valid interval values lie between 1 and 999.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

Recurrence Class
Recurrence Members
Microsoft.WindowsMobile.PocketOutlook Namespace