Constructor that sets the default values.

Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public TimeCell(
	DateTime start,
	DateTime end,
	int width
)
Visual Basic
Public Sub New ( _
	start As DateTime, _
	end As DateTime, _
	width As Integer _
)
Visual C++
public:
TimeCell(
	DateTime start, 
	DateTime end, 
	int width
)

Parameters

start
Type: System..::..DateTime
Time cell start.
end
Type: System..::..DateTime
Time cell end
width
Type: System..::..Int32
Time cell width in pixels

See Also