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.GetItemValueDateTime( itemName$ )

Parameters

itemName$


Return value

notesDateTimeArray


Usage

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

Example
See Also