EndDateTime (NotesDateRange - JavaScript™)
Read-Write. The end date-time value of a range.
Defined in
NotesDateRangeSyntax
getEndDateTime() : NotesDateTime
setEndDateTime(end:NotesDateTime) : void
Usage
Modifying the NotesDateTime object on whichEndDateTime
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.