Constructor that initializes the values.

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