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

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

Syntax

C#
public static EventInfo Create(
	string value
)
Visual Basic
Public Shared Function Create ( _
	value As String _
) As EventInfo
Visual C++
public:
static EventInfo^ Create(
	String^ value
)

Parameters

value
Type: System..::..String

Return Value

See Also