FUNCTION FormatTimestamp
Takes a SYSTIME value and formats it. If the SYSTIME value is 0, an empty string is used as result.
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Input
|
liTimestamp
|
Timestamp
|
The timestamp to format
|
cbsResult
|
REFERENCE TO CharBufferString
|
The string, where the result will be stored
|
|