$SYSTEM.SYSDICT
Definition INTERNAL-TIMESTAMP
Objektdaten
- Timestamp: 6.05.1999 17:45:47.11
- Elemente: 1
- Größe: 6
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".
Abhängigkeiten
Definitionen
- ODF-V2