Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ GetSystemTime
Function
GetSystemTime
DebugView++Lib/Conversions.cpp:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
SYSTEMTIME GetSystemTime(WORD year, WORD month, WORD day)
60
{
61
SYSTEMTIME st = { year, month, 0, day }; // wYear, wMonth, wDayOfWeek, wDay
62
return st;
63
}
64
65
USTimeConverter::USTimeConverter() :
66
m_lastFileTime(),
Callers
1
USTimeToFiletime
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected