| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
These constants define how a time field is formatted before it is displayed. More...
| Variables | |
| const short | STANDARD = 0 | 
| the system standard | |
| const short | HHMM = 1 | 
| 13:49 | |
| const short | HHMMSS = 2 | 
| 13:49:20 | |
| const short | HHMMSS00 = 3 | 
| 13:49:20.30 | |
| const short | HHMMAMPM = 4 | 
| 01:49 | |
| const short | HHMMSSAMPM = 5 | 
| 01:49:20 | |
| const short | HHMMSS00AMPM = 6 | 
| 01:49:20.30 | |
These constants define how a time field is formatted before it is displayed.
The format may also depend on the system or document locale.
| const short HHMM = 1 | 
13:49
| const short HHMMAMPM = 4 | 
01:49
| const short HHMMSS = 2 | 
13:49:20
| const short HHMMSS00 = 3 | 
13:49:20.30
| const short HHMMSS00AMPM = 6 | 
01:49:20.30
| const short HHMMSSAMPM = 5 | 
01:49:20
| const short STANDARD = 0 | 
the system standard