GMTTime (DateTime - Java)

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

Defined in

DateTime

Data type

String

Syntax

public String getGMTTime()
    throws NotesException

Usage

The GMT time for a date created from a string is determined using the operating system time zone setting, unless the date string specifies a time zone.

Example