StartDateTime (NotesDateRange - LotusScript®)

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

Defined in

NotesDateRange

Data type

NotesDateTime

Syntax

To get: notesDateTime = notesDateRange .StartDateTime

To set: Set notesDateRange .StartDateTime = notesDateTime

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

Usage

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

If you specify Nothing, this method generates an error.

Example