.

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


ZoneTime property
Example

Read-only. A string representation of the time adjusted for the TimeZone and IsDST properties.

Defined in

NotesDateTime

Data type

String

Syntax

To get: zone$ = notesDateTime.ZoneTime

Usage

Initially ZoneTime is the same as LocalTime. If you use the ConvertToZone method, changes to TimeZone and IsDST are reflected in ZoneTime, but LocalTime stays the same.

Language cross-reference

ZoneTime in Java DateTime class

@Zone function in formula language

Example
See Also