Forum Discussion

NickM's avatar
NickM
Occasional Contributor
6 years ago
Solved

Using Delphi Script - gDifference := aqDateTime.TimeInterval(gTimeStart, gTimeEnd); aqConvert.TimeIn

Using Delphi Script:   gDifference := aqDateTime.TimeInterval(gTimeStart, gTimeEnd);   aqConvert.TimeIntervalToStr(gDifference)   When the start and end time runs past midnight the result appea...
  • NickM's avatar
    NickM
    6 years ago

    Excellent using the NOW parameter fixed the issue - please see example as below:

     

    Starting at - 180424_170500
    Ending at - 180425_050207
    Elapsed duration for script in Days:Hours:Minutes:Seconds format: 0:11:57:07