TimeDateFmt (NotesViewColumn - LotusScript®)

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

Note: This property is new with Release 5.
Note: This property is read-write with Release 6.

Defined in

NotesViewColumn

Data type

Constant of type Integer

Syntax

To get: fmt% = notesViewColumn.TimeDateFmt

To set: notesViewColumn .TimeDateFmt = fmt%

Legal values

  • VC_FMT_DATE (0) date only.
  • VC_FMT_DATETIME (2) date and time.
  • VC_FMT_TIME (1) time only.
  • VC_FMT_TODAYTIME (3) date or 'Today' or 'Yesterday' and time.

Usage

See DateFmt for the date format. See TimeFmt for the time format. See TimeZoneFmt for the time zone format.

Example