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

Namespace: DayPilot.Web.Mvc.Recurrence
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public static string EncodeExceptionModified(
	string masterId,
	DateTime start
)
Visual Basic
Public Shared Function EncodeExceptionModified ( _
	masterId As String, _
	start As DateTime _
) As String
Visual C++
public:
static String^ EncodeExceptionModified(
	String^ masterId, 
	DateTime start
)

Parameters

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

Return Value

See Also