This class implements an array of Dates.
- You can enumerate this class with the FOR EACH ... NEXT control structure.
aDate = NEW Date[]
Date = aDate [ Index AS Integer ] AS Date
- Returns an element of the array.
aDate [ Index AS Integer ] = Date
- Modifies an element of the array.
Referenced by: