EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

ftimetodatetime

Converting date from filetime into datetime.

func datetime ftimetodatetime (
   filetime ft,
   datetime dt,
   uint local
)

Parameters

ft A structure of the filetime type. Can be taken from the finfo structure.
dt A datetime structure for getting the result.
local Specify 1 if you need to take the local time into account.

Return value

Returns the parameter dt.

Related links

Source