DateTimeValue (Item - Java)

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.

Example