.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


StartDateTime property
Example

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.

Language cross-reference

StartDateTime in Java DateRange class

Example
See Also