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