Usage |
Integer AnnoObjGetDateTime_TimeStyle() |
|
Description |
Gets the display style of the time value in the selected datetime object. The default style is the system default. |
|
Parameters |
None |
|
Return value |
Display style of the time value. This can be one of the following values: |
|
|
SYSTEM_DEFAULT = 0 |
‘ System default style |
|
HH_MM_12 = 1 |
‘ hh:mm AM/PM, for example: 09:12 PM |
|
H_M_12 = 2 |
‘ h:m AM/PM, for example: 9:12 PM |
|
H_M_24 = 3 |
‘ h:m, for example: 21:12, 8:34 |
|
HH_MM_24 = 4 |
‘ hh:mm, for example: 21:12, 08:34 |
|
HH_MM_SS_24 = 5 |
‘ hh:mm:ss, for example: 21:12:00, 08:34:00 |
Programming Notes |
None |