AnnoObjSetDateTime_TimeStyle

Usage

Sub AnnoObjSetDateTime_TimeStyle(Style As BIANNOLib.TimeStyle)

Description

Sets the display style of the time value in the selected datetime object. The default style is the system default.

Parameters

Format

BIANNOLib.TimeStyle

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

Return value     

None

Programming Notes

None