Version

FromICalendarString(String) Method

Parses the specified string, assumed to conform to the iCalendar recurrence specification, into a DateRecurrence instance.
Syntax
public static DateRecurrence FromICalendarString( 
   string recurrence
)

Parameters

recurrence
A string presumed to be in the iCalendar recurrence format.

Return Value

A DateRecurrence instance.
Remarks

If the specified string is invalid, an exception is thrown, containing information about what part of the string was malformed or otherwise invalid.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also