LOTUSSCRIPT/COM/OLE CLASSES
The formats of a Domino Designer date-time item and a LotusScript date variant differ. For example, you cannot put a LotusScript date variant in a Domino Designer date-time item or manipulate a Domino Designer time-date item with LotusScript date functions.
The NotesDateTime class converts between formats by representing both formats as properties. For example, you can get the value of a Domino Designer date-time item by setting the LocalTime property, which is in Domino Designer format, and then manipulating the value with LotusScript functions by accessing the LSLocalTime property of the same object.
The following table lists the NotesDateTime properties: