StartDateTime (DateRange - Java)

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.

Example