Loads a rule from a string encoded using Encode() method (DataRecurrenceField).
Namespace: DayPilot.Web.Mvc.RecurrenceAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.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