www.mvcsys.de

$SYSTEM.SYSDICT2
Definition INTERNAL-TIMESTAMP

Object data

Definition

*
* A timestamp is a six byte binary value which indicates the number of
* hundredths of a second since midnight, January 1, 1975.  The current time
* is returned, as a timestamp, by the Guardian TIMESTAMP procedure.  Dates
* and times should be stored in the database using timestamps.
*
DEF INTERNAL-TIMESTAMP                  TYPE CHARACTER 6
                                        HEADING "Internal Time Stamp".

Dependencies

Definitions

  1. ODF-V2