Skip to main content

IsTime24Hour (NotesInternational - LotusScript)

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

Defined in

NotesInternational

Data type

Boolean

Syntax

To get: flag = notesInternational .IsTime24Hour

  • True indicates that the time format is 24-hour.
  • False indicates that the time format is 12-hour.

Example