Set Hours, Hours
Sets the time to 12- or 24-hour format for the clock display and also for the entry and display of datetime fields. Hours is a property of text boxes that lets you set an individual text box to be different from the rest of the application. In either case, full accuracy is retained in the data that is stored; the command and property specify only a display picture.
Usage |
SET HOURS TO [ 12 | 24 ] cTime = SET( "HOURS" ) TextBox.Hours = 0 | 12 | 24 |
Example |
SET HOURS TO 12 ThisForm.txtSample.Hours = 12 |
See Also |