Creates a new recurring event reference to be added to SelectedEvents list.

Namespace: DayPilot.Web.Ui.Events.Common
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

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

Parameters

recurrentMasterId
Type: System..::..String
start
Type: System..::..DateTime

Return Value

See Also