IsTime24Hour (International - Java)

Read-only. Indicates whether the time format is 24-hour.

Defined in

International

Data type

boolean

Syntax

public boolean isTime24Hour()
    throws NotesException

Legal values

  • true if the time format is 24-hour
  • false if the time format is 12-hour

Example