Loads a rule from a JSON string returned by the UI dialog (RecurrentEventEdit.aspx).
Namespace: DayPilot.Web.Ui.RecurrenceAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public static RecurrenceRule FromJson( string id, DateTime start, string json ) |
Visual Basic |
---|
Public Shared Function FromJson ( _ id As String, _ start As DateTime, _ json As String _ ) As RecurrenceRule |
Visual C++ |
---|
public: static RecurrenceRule^ FromJson( String^ id, DateTime start, String^ json ) |