EndDateTime (NotesDateRange - JavaScript)

Read-Write. The end date-time value of a range.

Defined in

NotesDateRange

Syntax

getEndDateTime() : NotesDateTime

setEndDateTime(end:NotesDateTime) : void

Usage

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

A NotesDateTime object in setEndDateTime cannot be null.

Examples

See NotesDateRange.