C0078 Compiler Error
Message text
Invalid time constant.
Explanation
Two of the following statements generate C0078 because they exceed
the maximum range for the time datatype of 00:00:00 to
23:59:59:999999:
|
1 2 3 4 |
constant time lt_a=25:05:08 // generates C0078 constant time lt_b=23:59:59 // ok constant time lt_c=23:59:59.999999 // ok constant time lt_d=23:59:59.1000000 // generates C0078 |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest