Constructor that initializes the values.

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

Syntax

C#
public Separator(
	DateTime location,
	Color color
)
Visual Basic
Public Sub New ( _
	location As DateTime, _
	color As Color _
)
Visual C++
public:
Separator(
	DateTime location, 
	Color color
)

Parameters

location
Type: System..::..DateTime
Separator location (date and time).
color
Type: System.Drawing..::..Color
Separator color.

See Also