Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ GetLocalTime
Function
GetLocalTime
Win32Lib/Win32Lib.cpp:158–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
SYSTEMTIME GetLocalTime()
159
{
160
SYSTEMTIME st;
161
::GetLocalTime(&st);
162
return st;
163
}
164
165
FILETIME GetSystemTimeAsFileTime()
166
{
Callers
1
OnButtonClicked
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected