An item of type TIME is a series of six single-byte numeric digits that reflect a specific moment.
// 8:40:20 o'clock F0 F8 F4 F0 F2 F0
The internal hexadecimal representation of an example value is as follows if the item is on a workstation environment like Windows® 2000, which uses ASCII:
// 8:40:20 o'clock 30 38 34 30 32 30
An item of type TIME can receive data from and provide data to a relational database.