LOTUSSCRIPT/COM/OLE CLASSES


LSLocalTime property
Example

Read-write. A LotusScript variant representing a date-time, in the local time zone.

Defined in

NotesDateTime

Data type

Variant of type DATE

Syntax

To get: timeV = notesDateTime.LSLocalTime

To set: notesDateTime.LSLocalTime = timeV

Usage

When you set this property, it changes the value of the date-time that the object represents, and therefore affects the DateOnly, GMTTime, LocalTime, LSGMTTime, and TimeOnly properties.

Example
See Also