TimeFmt (ViewColumn - Java™)
Read-write. The format of time data in a column.
Note: This property is read-write with Release
6.5.
Defined in
Data type
int
Syntax
public int getTimeFmt()
throws NotesException
public void setTimeFmt(int format)
throws NotesException
Legal values
- ViewColumn.FMT_HM (hour and minute)
- ViewColumn.FMT_HMS (hour, minute, and second)
- ViewColumn.FMT_H (hour only)Note: This value is new with Release 6.5.
- ViewColumn.FMT_ALL (hour, minute, second, and hundredths of a
second)Note: This value is new with Release 6.5.
Usage
See DateFmt for the date format. See TimeDateFmt for the time-date format. See TimeZoneFmt for the time zone format.