Trading Networks 10.7 | Administering and Monitoring B2B Transactions | Trading Networks Built-In Services Reference | Util Folder | Summary of Elements in this Folder | wm.tn.util:longToSqlTimestamp
 
wm.tn.util:longToSqlTimestamp
Converts a java.lang.long value to java.sql.Timestamp.
Input Parameters
longValue
String The java.lang.long value that you want to convert to a java.sql.Timestamp object.
Output Parameters
timestamp
Object List The converted java.sql.Timestamp value.
Usage Notes
This service uses the java.sql.Timestamp.Timestamp constructor. It constructs a timestamp object using a milliseconds time value. This will not throw any Exception.