Adds a new Separator to the collection.

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

Syntax

C#
public int Add(
	DateTime location,
	Color color,
	SeparatorLayer layer,
	int width,
	int opacity
)
Visual Basic
Public Function Add ( _
	location As DateTime, _
	color As Color, _
	layer As SeparatorLayer, _
	width As Integer, _
	opacity As Integer _
) As Integer
Visual C++
public:
int Add(
	DateTime location, 
	Color color, 
	SeparatorLayer layer, 
	int width, 
	int opacity
)

Return Value

See Also