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
)
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