DateTimeCollectionAdd Method |
Adds a DateTime object to the collection of CalendarDays.
Namespace: Kettic.AspNet.Controls.Calendar.CollectionsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual int Add(
KaxDate inputItem
)
Public Overridable Function Add (
inputItem As KaxDate
) As Integer
public:
virtual int Add(
KaxDate^ inputItem
)
abstract Add :
inputItem : KaxDate -> int
override Add :
inputItem : KaxDate -> int
Parameters
- inputItem
- Type: Kettic.AspNet.ControlsKaxDate
The KaxDate object to add to the collection.
Return Value
Type:
Int32See Also