.

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


StartDateTime property
Example

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

Defined in

DateRange

Data type

DateTime

Syntax

public DateTime getStartDateTime()
   throws NotesException

public void setStartDateTime(DateTime start)
   throws NotesException

Usage

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

The DateTime object in setStartDateTime cannot be null.

Language cross-reference

StartDateTime property in LotusScript NotesDateRange class

Example
See Also