Function FileTimeToSystemTime

Source
pub fn FileTimeToSystemTime(ft: &FILETIME) -> SysResult<SYSTEMTIME>
Available on crate feature kernel only.
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.