TimeFmt (NotesViewColumn - JavaScript)

Read-write. The format of time data in a column.

Defined in

NotesViewColumn

Syntax

getTimeFmt() : int

setTimeFmt(format:int) : void

Legal value

  • 0 NotesViewColumn.FMT_HM (hour and minute)
  • 1 NotesViewColumn.FMT_HMS (hour, minute, and second)
  • 2 NotesViewColumn.FMT_H (hour only)
  • 3 NotesViewColumn.FMT_ALL (hour, minute, second, and hundredths of a second)

Usage

See DateFmt for the date format. See TimeDateFmt for the time-date format. See TimeZoneFmt for the time zone format.