Adds a C1Date object that wrapps the specified date in this collection.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public virtual int Add(
	DateTime date
)
Visual Basic
Public Overridable Function Add ( _
	date As DateTime _
) As Integer

Parameters

date
Type: System..::..DateTime
Date to add.

Return Value

Position in this collection.

See Also