LOTUSSCRIPT/COM/OLE CLASSES


GMTTime property
Example

Read-only. A string representing a date-time, converted to Greenwich Mean Time (timezone 0).

Defined in

NotesDateTime

Data type

String

Syntax

To get: gmt$ = notesDateTime.GMTTime

Usage

The Greenwich Mean Time value depends upon the IsDST and TimeZone properties of the NotesDateTime object.

Language cross-reference

GMTTime in Java DateTime class

Example
See Also