Usage |
Sub AnnoObjSetDateTimeFormat(Format As BIANNOLib.DateTimeFormat) |
|||
Description |
Sets the main display format of the selected datetime object. There are three formats to display the object, show date only, time only, or both. The default format is to display both date and time. |
|||
Parameters |
Format |
BIANNOLib.DateTimeFormat |
Main display format. This can be one of the following values: |
|
|
|
dtfDateAndTime = 0 |
|
|
|
|
dtfDateOnly = 1 |
|
|
|
|
dtfTimeOnly = 2 |
|
|
Return value |
None |
|||
Programming Notes |
None |