4D v14

TimePicker LCD DISPLAY AMPM

Home

 
4D v14
TimePicker LCD DISPLAY AMPM

TimePicker LCD DISPLAY AMPM 


 

TimePicker LCD DISPLAY AMPM ( objectName ; amPm ) 
Parameter Type   Description
objectName  Text in Name of subform object
amPm  Boolean in 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.

Example  

We want to hide the AM/PM:

 TimePicker LCD DISPLAY AMPM("Subform1";False)

 
PROPERTIES 

Product: 4D
Theme: TimePicker

 
HISTORY 

New
Created: 4D v14

 
SEE ALSO 

TimePicker LCD SET MODE

 
ARTICLE USAGE

4D Widgets ( 4D v14 R2)
4D Widgets ( 4D v14)
4D Widgets ( 4D v14 R3)
4D Widgets ( 4D v14 R4)