Hi,
In ABSL I need to assign a value to a variable of TIME_Duration type (from Standard BO).
I found no functions like "ParseFromString" converting a string into the value of such type (Duration type does not fit).
Is there some workaround for that type?
Thank you.