IsDST (International - Java)

Read-only. Indicates whether the time format reflects daylight savings time.

Defined in

International

Data type

boolean

Syntax

public boolean isDST()
    throws NotesException

Legal values

  • true if the time format reflects daylight savings time
  • false if the time format does not reflect daylight savings time

Example