Loads a rule from a JSON string returned by the UI dialog (RecurrentEventEdit.aspx).
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 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 ) |