Recurrence.ToString method
The ToString method returns a string that represents this Recurrence object as iCalendar data.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As Recurrence
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return value
Type: System.String