TimeFmt (NotesViewColumn - JavaScript™)
Read-write. The format of time data in a column.
Defined in
NotesViewColumnSyntax
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)