TimeFormat property: FieldDefn class

Description

Use this property to specify the format in which time should be displayed in a field defined as time or date and time.

You can use the following values:

Numeric Value Constant Value

0

%TimeFormat_HHMI

1

%TimeFormat_HHMISS

2

%TimeFormat_HHMISS999999

This property is read/write.

Example

 &myField.TimeFormat = %TimeFormat_HHMI;