LocalTime (NotesDateTime - LotusScript®)

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

Defined in

NotesDateTime

Data type

String

Syntax

To get: time$ = notesDateTime .LocalTime

To set: notesDateTime .LocalTime = time$

Usage

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

Example