MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / SetWin

Method SetWin

Libraries/unrar/timefn.cpp:158–161  ·  view source on GitHub ↗

Set 64-bit representation of Windows FILETIME (100ns since 01.01.1601).

Source from the content-addressed store, hash-verified

156
157// Set 64-bit representation of Windows FILETIME (100ns since 01.01.1601).
158void RarTime::SetWin(uint64 WinTime)
159{
160 itime=WinTime*(TICKS_PER_SECOND/10000000);
161}
162
163
164time_t RarTime::GetUnix()

Callers 1

ProcessExtra50Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected