GetValueDateTimeArray (NotesItem - LotusScript®)
Returns the value of a date-time item.
Note: This method is new with Release 6.
Defined in
Syntax
notesDateTimeArray = notesItem .GetValueDateTimeArray( )
Return value
notesDateTimeArray
Array of type NotesDateTime and NotesDateRange. Each element in the array corresponds to a value in the item. If the item contains a single value, the array has one element.
Usage
To get the value as an array of variants of type Date, see Values.