FileTimeToSystemTime

Function FileTimeToSystemTime 

Source
pub fn FileTimeToSystemTime(ft: &FILETIME) -> SysResult<SYSTEMTIME>
Expand description

FileTimeToSystemTime function.

Note that the system time is UTC. In order to convert to local time, you must also pass the returned SYSTEMTIME to SystemTimeToTzSpecificLocalTime.