.

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

LOTUSSCRIPT/COM/OLE CLASSES


GetItemValueDateTimeArray method
Example

Returns the value of a date-time item in a document.

Note This method is new with Release 6.

Defined in

NotesDocument

Syntax

notesDateTimeArray = notesDocument.GetItemValueDateTimeArray( itemName$ )

Parameters

itemName$


Return value

notesDateTimeArray


Usage

If multiple items have the same name, this method returns the value of the first item.

To get the value as an array of variants of type Date, see GetItemValue.

Language cross-reference

getItemValueDateTimeArray method in Java Document class

Example
See Also