JAVA/CORBA CLASSES
Returns the value of a date-time item in a document.
Note This method is new with Release 6.5.
Defined in
Document
Syntax
public java.util.Vector getItemValueDateTimeArray(String name) throws NotesException
Parameters
String name
java.util.Vector
You can determine the class of each element with Object.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.
Language cross-reference
GetItemValueDateTimeArray method in LotusScript NotesDocument class
Example See Also