JAVA/CORBA CLASSES


EndDateTime property
Example

Read-Write. The ending date-time of a range.

Defined in

DateRange

Data type

DateTime

Syntax

public DateTime getEndDateTime()
   throws NotesException

public void setEndDateTime(DateTime end)
   throws NotesException

Usage

Modifying the DateTime object on which EndDateTime is based implicitly modifies EndDateTime. This does not apply if EndDateTime is based on a java.util.Date object.

The DateTime object in setEndDateTime cannot be null.

Language cross-reference

EndDateTime property in LotusScript NotesDateRange class

Example
See Also