.

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


DateTimeValue property
Example

Read-write. Returns a NotesDateTime object representing the value of the item.

Defined in

NotesItem

Data type

NotesDateTime

Syntax

To get: Set notesDateTime = notesItem.DateTimeValue

To set: Set notesItem.DateTimeValue = notesDateTime

Usage

This works best if the item is of a date/time type. If not, Notes tries to interpret the value as a date/time (e.g. if it's Text but contains a value that looks like a date). If that fails, this property returns Nothing.

Unlike LotusScript date-time variants, Notes date-time items and NotesDateTime objects store a time zone and hundredths of a second. Use the DateTimeValue property if you need to retain an item's time zone or hundredths of a second component.

Language cross-reference

DateTimeValue property in Java Item class

Example
See Also