Get 64-bit representation of Windows FILETIME (100ns since 01.01.1601).
| 149 | |
| 150 | // Get 64-bit representation of Windows FILETIME (100ns since 01.01.1601). |
| 151 | uint64 RarTime::GetWin() |
| 152 | { |
| 153 | return itime/(TICKS_PER_SECOND/10000000); |
| 154 | } |
| 155 | |
| 156 | |
| 157 | // Set 64-bit representation of Windows FILETIME (100ns since 01.01.1601). |
no outgoing calls
no test coverage detected