In This Topic
Adds a
System.DateTime value to the end of the Collection.
Syntax
'Declaration
Public Shadows Sub Add( _
ByVal As Date _
)
public new void Add(
DateTime
)
Parameters
- item
- The System.DateTime value to be added to the end of the Collection.
See Also