Is there a time calculation function build in Xojo, so I could use it to calculate time difference from MySQL date time function.
For example I got 2016-10-05 15:10:38 from MySQL I would like to check weather the time that has passed is more or less than 5 minutes and that date is current.
If you want to do this in the SQL SELECT statement, then the functions available are within mySQL … NOT Xojo
If you want to do this once you have the data in an Xojo Recordset, then look at the Data functions in the Xojo Lang Ref