Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
double timeToNumber(const QTime &time)
78
{
79
return QTime(0,0).msecsTo(time) / (1000*60*60*24.0);
80
}
81
82
QVariant datetimeFromNumber(double num, bool is1904)
83
{
Callers
1
writeTime
Method · 0.85
Calls
1
QTime
Class · 0.85
Tested by
no test coverage detected