( |
|
|
|||
Finds time difference of time period in seconds and in time format. |
Parameters: | |
Start Time | |
End Time | |
Time Difference | |
global function LongInt TimeDiffInSeconds(Time atim,Time btim) begin LongInt res; Time dtime; res = ExactTimeDiff(atim,btim,dtime); TimeDiffInSeconds = res; return; end;
Related topics: |