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

Syntax

C#
public int Add(
	string from,
	string to
)
Visual Basic
Public Function Add ( _
	from As String, _
	to As String _
) As Integer
Visual C++
public:
int Add(
	String^ from, 
	String^ to
)

Parameters

from
Type: System..::..String
to
Type: System..::..String

See Also