.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


getValueDateTimeArray method
Example

Returns the value of a date-time item.

Note This method is new with Release 6.5.

Defined in

Item

Syntax

public java.util.Vector getValueDateTimeArray()
   throws NotesException

Parameters

String name


Return value

java.util.Vector


Usage

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

GetValueDateTimeArray method in LotusScript NotesItem class

Example
See Also