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

Namespace:  C1.Web.iPhone.C1Calendar
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.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