Chapter 2 -- 129
Reference Guide
Dates Collection
Properties Methods
Application Add
Count Item (Default)
Parent Remove
"
""
" Dates.Count
Returns the number of items in the specified collection.
Access Read-Only.
Type VT_I2orInteger
.
"
""
" Dates.Application
This property returns the Application
object that represents the
root object of the hierarchy.
Access Read-Only.
Type VT_DISPATCH or Application
object.
"
""
" Dates.Parent
Returns the parent object of the specified object.
Access Read-Only.
Type VT_DISPATCH.
"
""
" Dates.Add
VTS_DISPATCH or Date
Add( strDateName ).
Adds a new Date
object to the collection.
Return value: Returns a Date
object.
Parameters:
strDateName Optional VT_BSTR or String
. The name of the
object to add.
Object
Properties
Object
Methods