Please enable JavaScript to view this site.
From v6.2.83 - This program allows you to add a number of Hours, Minutes and Seconds to a Starting Time.
You can pass in a 5 character Starting Time e.g. “HH:MM” if required and this will be handled but the Resulting Time will always be 8 characters e.g. “HH:MM:SS”.
Parameter  | 
In  | 
Len  | 
Out  | 
Len  | 
PARM1  | 
Starting Time HH:MM:SS#1  | 
8  | 
Resulting Time in HH:MM:SS  | 
8  | 
PARM2  | 
Number of Hours to add  | 
2  | 
-  | 
  | 
PARM3  | 
Number of Minutes to add  | 
2  | 
-  | 
  | 
PARM4  | 
Number of Seconds to add  | 
2  | 
-  | 
  | 
PARM5  | 
-  | 
  | 
-  | 
  | 
PARM6  | 
-  | 
  | 
-  | 
  | 
Note #1: If you don’t pass a Starting Time in PARM1, or the Starting Time is an invalid time, then “00:00:00” will be assumed.