Class
RecurrencePatternHelper

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

RecurrencePattern

The recurrence pattern.

Returns

string

TryParseRecurrencePattern(string, out RecurrencePattern)

Tries to parse recurrence pattern.

Declaration

cs-api-definition
public static bool TryParseRecurrencePattern(string valueToParse, out RecurrencePattern result)

Parameters

valueToParse

string

The string to parse.

result

RecurrencePattern

The result.

Returns

bool