StartDateTime (NotesDateRange - JavaScript™)
Read-Write. The start date-time value of a range.
Defined in
NotesDateRangeSyntax
getStartDateTime() : NotesDateTime
setStartDateTime(start:NotesDateTime) : void
Usage
Modifying the NotesDateTime object on whichStartDateTime
is
based implicitly modifies StartDateTime
. This does
not apply if StartDateTime
is based on a Date object.The NotesDateTime object in setStartDateTime
cannot
be null.