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 _
)
public Recurrence (
string value
)
public:
Recurrence (
String^ value
)
public Recurrence (
String value
)
public function Recurrence (
value : String
)
Parameters
- value
A string that contains a correctly formatted iCalendar recurrence rule value type as defined by RFC 2445.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)