Creates a string representation of a 'Deleted' exception from the rule that can be stored in the database (DataRecurrenceField).

Namespace: DayPilot.Web.Ui.Recurrence
Assembly: 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
)

Parameters

masterId
Type: System..::..String
start
Type: System..::..DateTime

Return Value

See Also