Add Method
Add(DateTime)
Adds a DateTime value to the end of the Collection.
Declaration
public void Add(DateTime item)
Public Sub Add(item As Date)
Parameters
| Type |
Name |
Description |
| DateTime |
item |
The DateTime value to be added to the end of the Collection.
|