Adds a new Separator to the collection.

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

Syntax

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

Parameters

location
Type: System..::..DateTime
Separator location
color
Type: System.Drawing..::..Color
Separator color

Return Value

See Also