Adds a new Separator to the collection.

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

Syntax

C#
public int Add(
	DateTime location,
	Color color
)
Visual Basic (Declaration)
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