Creates a string representation of a 'Deleted' exception from the rule that can be stored in the database (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 string EncodeExceptionDeleted( string masterId, DateTime start ) |
Visual Basic |
---|
Public Shared Function EncodeExceptionDeleted ( _ masterId As String, _ start As DateTime _ ) As String |
Visual C++ |
---|
public: static String^ EncodeExceptionDeleted( String^ masterId, DateTime start ) |