Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 961 Bytes

File metadata and controls

31 lines (19 loc) · 961 Bytes

TimePicker LCD DISPLAY AMPM

TimePicker LCD DISPLAY AMPM ( objectName ; amPm )

Parameter Type Description
objectName Text Name of subform object
amPm Boolean True = display AM/PM, False = do not display

Description

The TimePicker LCD DISPLAY AMPM displays or hides the AM/PM placed to the right of the objectName subform object (digital clock only).

These letters are used to distinguish between the morning and afternoon when the clock is used in 12-hour mode (see TimePicker LCD SET MODE).

By default, these letters are displayed. You can pass False in amPm to hide them.

Example  

We want to hide the AM/PM:

 TimePicker LCD DISPLAY AMPM("Subform1";False)

See also

TimePicker LCD SET MODE