EndDateTime (NotesDateRange - LotusScript®)

Read-write. The ending date-time of a range.

Defined in

NotesDateRange

Data type

NotesDateTime

Syntax

To get: notesDateTime = notesDateRange .EndDateTime

To set: Set notesDateRange .EndDateTime = notesDateTime

Note: To set the property, you must use the Set keyword.

Usage

Modifying the NotesDateTime object on which EndDateTime is based implicitly modifies EndDateTime.

If you specify Nothing, this method generates an error.

Example