New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:patternRecurrencePattern

The recurrence pattern.

Returns:

string

Tries to parse recurrence pattern.

C#
public static bool TryParseRecurrencePattern(string valueToParse, out RecurrencePattern result)
Parameters:valueToParsestring

The string to parse.

resultRecurrencePattern

The result.

Returns:

bool