LibreOffice
LibreOffice 24.2 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 More... | |
const short | HHMM = 1 |
13:49 More... | |
const short | HHMMSS = 2 |
13:49:20 More... | |
const short | HHMMSS00 = 3 |
13:49:20.30 More... | |
const short | HHMMAMPM = 4 |
01:49 More... | |
const short | HHMMSSAMPM = 5 |
01:49:20 More... | |
const short | HHMMSS00AMPM = 6 |
01:49:20.30 More... | |
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