It depends if you want to include the same dll that resides in a different path depending on the target resource, or whether you are trying to dynamically call one of many different dlls with different method signatures. (perhaps different versions o...
Since the OP was about Time, rather than DateTime I thought it only fitting to provide another example:
MakeTime(12, 30, 04) - MakeTimeSpan(0,0,2,0)
Result: 12:28:04(time)
You can subtract a number of minutes from a DateTime simply by subtracting a TimeSpan
E.g: [theDateTime] - (MakeTimeSpan(0, 0, 2, 0))
Please do not use concoctions using FormatDateTime, or Left, Right, etc. These functions are designed for string pr...
1) Have you installed NewtonSoft JSON version 1.3.1? https://github.com/JamesNK/Newtonsoft.Json/releases/download/1.3.1/Json
2) Does the dll exist at 'C:\Program Files\Blue Prism Limited\Blue Prism Automate\Newtonsoft.Json.dll' (it shouldn't need a f...