Recurrence Constructor (String)
The Recurrence constructor creates a new Recurrence object and initializes it with the recurrence information in the parameter value.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub New ( _
value As String _
)
'Usage
Dim value As String
Dim instance As New Recurrence(value)
public Recurrence(
string value
)
Parameters
- value
Type: System.String
A string that contains a correctly formatted iCalendar recurrence rule value type as defined by RFC 2445.