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

Legal values

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

Example