Adds a new DateTime object to the collection.

Namespace:  BeeMobile.MonthCalendar
Assembly:  BeeMobile.MonthCalendar.CF35 (in BeeMobile.MonthCalendar.CF35.dll) Version: 3.5.0.1

Syntax

C#
public int Add(
	DateTime value
)
Visual Basic (Declaration)
Public Function Add ( _
	value As DateTime _
) As Integer
Visual C++
public:
int Add(
	DateTime value
)

Parameters

value
Type: System..::.DateTime
A DateTime object to add.

Return Value

Index of the DateTime which has been added to the collection.

See Also