Hi,
I’ am looking for an easy way to compute the time difference between two dates. For example: how many seconds between 2026/01/01, 14:38:00 and 2026/01/02 15:12:00?
I am aware of the TTimeStamp class to manage dates but how to compute a time difference from there?
Thank you