TIME data type
The TIME data type stores durations.
Keyword | Description | Length | Default initial value |
|---|---|---|---|
TIME | Duration, stored in seconds plus nanoseconds. External representation in days, hours, minutes, seconds and milliseconds. | 32-bit seconds value, 32-bit nanoseconds value | T#0ms (0 s, 0 ns) |