StartDateTime (NotesDateRange - JavaScript)

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

Defined in

NotesDateRange

Syntax

getStartDateTime() : NotesDateTime

setStartDateTime(start:NotesDateTime) : void

Usage

Modifying the NotesDateTime object on which StartDateTime 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.

Examples

See NotesDateRange.