Holds helper methods for manipulations over recurrence pattern.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView.ICalendar
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public static class RecurrencePatternHelper
Inheritance: objectRecurrencePatternHelper
Methods
Converts the RecurrencePattern to string.
C#
public static string RecurrencePatternToString(RecurrencePattern pattern)
The recurrence pattern.
Returns:Tries to parse recurrence pattern.
C#
public static bool TryParseRecurrencePattern(string valueToParse, out RecurrencePattern result)
The string to parse.
resultRecurrencePatternThe result.
Returns: