Class RecurrencePatternHelper
Holds helper methods for manipulations over recurrence pattern.
Inheritance
System.Object
RecurrencePatternHelper
Namespace: Telerik.Windows.Controls.ScheduleView.ICalendar
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public static class RecurrencePatternHelper : Object
Methods
RecurrencePatternToString(RecurrencePattern)
Converts the Recurrence
Declaration
public static string RecurrencePatternToString(RecurrencePattern pattern)
Parameters
Recurrence The recurrence pattern. |
Returns
System.
|
TryParseRecurrencePattern(String, out RecurrencePattern)
Tries to parse recurrence pattern.
Declaration
public static bool TryParseRecurrencePattern(string valueToParse, out RecurrencePattern result)
Parameters
System. The string to parse. |
Recurrence The result. |
Returns
System.
|