Time Difference
6 min
this action computes the difference between two datetime values \[hour, minute, second] inputs & outputs \[ i ] unit of time \<font color="#00ced1">drop down\</font> to choose which unit of time will be used for measuring the difference hour minute second \[ i ] first datetime \<font color="#ff9307">datetime\</font> representing the minuend \[ i ] second datetime \<font color="#ff9307">datetime\</font> representing the subtrahend \[ o ] difference \<font color="#0039e3">integer\</font> equal to the result of first datetime second datetime in unit of time example usage drag action onto canvas to get familiarized with it declare some variables to be used with the action assign the newly created variables save & run the process and then check instance to see the output use cases computing the time difference between two \<font color="#ff9307">datetime\</font> values tips if second datetime is lesser than first datetime , the difference will be negative to compute date difference, consider using date difference https //docs procesio com/how to/date difference
