Constructor that sets the default values.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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