Provides a date.
Property |
Access |
Description |
---|---|---|
Application |
R/O |
Application. The Application object. |
Count |
R/O |
Long. The number of items in this collection. |
_NewEnum |
R/O |
Enumeration object. Implements IEnumVARIANT. For Windows only. |
Parent |
R/O |
Object. The Appointment, Note, or Task object that owns this Collection. |
Adds a Date to the collection. Throws an exception if the given newAutoDate occurs before this day.
Default. Returns a Date value located at the given Index in the collection. Valid indexes are 1 through Count, inclusive. Throws an exception if the index is outside of this range.
Removes a Date value located at the given Index from the collection. Throws an exception if the index is outside the range of 1 through Count, inclusive.