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

Syntax

C#
public int Add(
	DateTime start,
	DateTime end,
	int width
)
Visual Basic
Public Function Add ( _
	start As DateTime, _
	end As DateTime, _
	width As Integer _
) As Integer
Visual C++
public:
int Add(
	DateTime start, 
	DateTime end, 
	int width
)

Parameters

start
Type: System..::..DateTime
end
Type: System..::..DateTime
width
Type: System..::..Int32

See Also