Hello, i want to get the difference between two datetimes values,
are there any function in datetime class?

example:
QDateTime firstDateTime;
QDateTime lastDateTime;

int seconds=int.Parse(lastDateTime - firstDateTime);

Thanks.
Regards.