Creates a string representation of a 'Deleted' exception from the rule that can be stored in the database (DataRecurrenceField).
Namespace: DayPilot.Web.Ui.RecurrenceAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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 ) |