Loads a rule from a string encoded using Encode() method (DataRecurrenceField).

Namespace: DayPilot.Web.Ui.Recurrence
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public static RecurrenceRule Decode(
	string input
)
Visual Basic
Public Shared Function Decode ( _
	input As String _
) As RecurrenceRule
Visual C++
public:
static RecurrenceRule^ Decode(
	String^ input
)

Parameters

input
Type: System..::..String

Return Value

See Also