ZoneTime (DateTime - Java)

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

Defined in

DateTime

Data type

String

Syntax

public String getZoneTime()
    throws NotesException

Usage

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

Example