Why i am getting milliseconds wrong while converting from hours to milli

i am converting 1 hour in to milliseconds and i am getting the result for milliseconds is -16200000
but according to my calculation the resuslt for milliseconds should get is 3,600,000 ms
millis_convert.aia (2.0 KB)


It does not make sense to use the clock methods for this, just use some simple math. .

1 hour = 60 minutes * 60 seconds * 1000 milliseconds

Taifun

1 h = 60 minute * 60 seconds * 1000 miliseconds
now you hour in miliseconds