代码拉取完成,页面将自动刷新
#ifndef DATETIMEUTIL_H
#define DATETIMEUTIL_H
#include <QDateTime>
//将QTime转为时间戳计算时间差,适用于1970年后的日期计算,且时间差距不特别大
namespace DateTimeUtil
{
QTime sub(const QTime& time1, const QTime& time2);
QTime sub(const QTime& time1, const qint64& seconds);
QDate sub(const QDate& date1, const QDate& date2);
QDate sub(const QDate& date1, const qint64& seconds);
QDateTime sub(const QDateTime& time1, const QDateTime& time2);
QDateTime sub(const QDateTime& time1, const qint64& seconds);
}
#endif // DATETIMEUTIL_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。