Data Type ‘LTIME’¶
You can use the data type LTIME as a time base for high-resolution timer. A high-resolution timer has a resolution in nanoseconds.
Data Type | Lower Limit | Upper Limit | Memory |
---|---|---|---|
LTIME | 0 | 213503d23h34m33s709ms551us615ns | 64 bit |
Syntax:
LTIME#<time declaration>
The time declaration can include units of time that apply for the TIME constant as well as:
- µs: microseconds
- ns: nanoseconds
Example:
LTIME1 := LTIME#1000d15h23m12s34ms2us44ns
See also