MCPcopy Create free account
hub / github.com/KDE/labplot / timeToNumber

Function timeToNumber

src/3rdparty/QXlsx/source/xlsxutility.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77double timeToNumber(const QTime &time)
78{
79 return QTime(0,0).msecsTo(time) / (1000*60*60*24.0);
80}
81
82QVariant datetimeFromNumber(double num, bool is1904)
83{

Callers 1

writeTimeMethod · 0.85

Calls 1

QTimeClass · 0.85

Tested by

no test coverage detected