MOO.PR.DURATION
MOO.PR.DURATION
Calculates the duration of a process given the start and finish times.
Syntax
call moo.pr.duration([Start],[Finish])
Definitions
Start Seconds value of the process start time
Finish Seconds value of the process finish time
Return Value
A time represented in HH:MM:SS
Examples
shw moo.pr.duration('1352026146','1352026152')
00:00:06