Usage |
Integer AnnoObjGetDateTimeFormat() |
Description |
Gets 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 |
None |
Return value |
Main display format. This can be one of the following values: |
|
dtfDateAndTime = 0 |
|
dtfDateOnly = 1 |
|
dtfTimeOnly = 2 |
Programming Notes |
None |