JAVA/CORBA CLASSES


IsDST property
Example

Read-only. Indicates whether the time reflects daylight-saving time.

Defined in

DateTime

Data type

boolean

Syntax

public boolean isDST()
    throws NotesException

Legal values


Usage

For remote (IIOP) operations, the current computer is the Domino server. For local operations, the current computer is the computer on which the program is running.

The convertToZone method and LocalTime property may modify the value of this property.

Language cross-reference

IsDST property in LotusScript NotesDateTime class

@Zone function in formula language

Example
See Also