MCPcopy 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
59SYSTEMTIME GetSystemTime(WORD year, WORD month, WORD day)
60{
61 SYSTEMTIME st = { year, month, 0, day }; // wYear, wMonth, wDayOfWeek, wDay
62 return st;
63}
64
65USTimeConverter::USTimeConverter() :
66 m_lastFileTime(),

Callers 1

USTimeToFiletimeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected