EnglishРусский  
 Share/Save/Bookmark
 

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

Edit