getValueDateTimeArray (NotesItem - JavaScript™)
Returns the value of a date-time item.
Defined in
NotesItemSyntax
getValueDateTimeArray() : java.util.Vector
Return value | Description |
---|---|
java.util.Vector |
The value or values contained in the item. Each element in the vector corresponds to a value in the item and is of type NotesDateTime or NotesDateRange If the item contains a single value, the vector has one element. |
Usage
You can determine the class of each element withObject.getClass().getName()
. For the local interface,
the class name is either lotus.domino.local.DateTime
or lotus.domino.local.DateRange
;
for the remote interface, the class name is either lotus.domino.cso.DateTime
or lotus.domino.cso.DateRange
.