Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChiyukiGana/Quickinput
/ TimeToS
Function
TimeToS
source/src/scriptinterpreter.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
time_t TimeToS(time_t hour, time_t min, time_t sec, time_t msec)
33
{
34
return (hour * 3600) + (min * 60) + sec + (msec / 1000);
35
}
36
37
time_t TimeToMs(time_t hour, time_t min, time_t sec, time_t msec)
38
{
Callers
1
exec
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected