Gentee Programming Language > Documentation > Libraries Download documentation

ftimetodatetime

Convert date from filetime into datetime.
 
datetime ftimetodatetime(
      filetime   ft,
      datetime   dt,
      uint   local
)

Parameters

ftA structure of the filetime type. Can be taken from the finfo structure.
dtA datetime structure for getting the result.
localSpecify 1 if you need to take the local time into account.

Return value

The function returns the parameter dt.

See also

    Function for working with time


 Copyright © 2004-2006 Gentee Inc. All rights reserved.