Constructor that initializes the values.

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

Syntax

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