.

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

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