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 |
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.
We want to hide the AM/PM:
TimePicker LCD DISPLAY AMPM("Subform1";False)