JAVA/CORBA CLASSES


DateTimeValue property
Example

Read-Write. For a date-time item, returns a DateTime object representing the value of the item. For items of other types, returns null.

Defined in

Item

Data type

DateTime

Syntax

public DateTime getDateTimeValue()
   throws NotesException

public void setDateTimeValue(DateTime value)
   throws NotesException

Usage

Can be set to null.

Language cross-reference

DateTimeValue property in LotusScript NotesItem class

Example
See Also