4D v14

TimePicker LCD SET MODE

Home

 
4D v14
TimePicker LCD SET MODE

TimePicker LCD SET MODE 


 

TimePicker LCD SET MODE ( objectName ; mode ) 
Parameter Type   Description
objectName  Text in Name of subform object
mode  Longint in 12 = display time in 12-hour mode, 24 = display time in 24-hour mode

The TimePicker LCD SET MODE sets the display to either 12- or 24-hour mode for the objectName subform object (digital clock only).

By default, the object is displayed in 12-hour mode. You can pass the value 24 in the mode parameter if you want to switch to 24-hour mode. In this case, it is generally a good idea to hide the AM/PM as well (see the TimePicker LCD DISPLAY AMPM).

Example  

We want to switch to 24-hour mode and hide the AM/PM:

 TimePicker LCD SET MODE("Subform1";24)
 TimePicker LCD DISPLAY AMPM("Subform1";False)

 
PROPERTIES 

Product: 4D
Theme: TimePicker

 
HISTORY 

New
Created: 4D v14

 
SEE ALSO 

TimePicker LCD DISPLAY AMPM

 
ARTICLE USAGE

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