.

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


LocalTime property
Example

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.

Language cross-reference

LocalTime in Java DateTime class

Example
See Also