Win32::UrlCache::FileTime - convert Windows FileTime


Win32-UrlCache documentation  | view source Contained in the Win32-UrlCache distribution.

Index


NAME

Top

Win32::UrlCache::FileTime - convert Windows FileTime

SYNOPSIS

Top

  use Win32::UrlCache::FileTime;
  filetime( '0x809F9D637B90C701' ); # 2007-05-07 07:43:23

DESCRIPTION

Top

This is used internally to convert a Windows FileTime data to a system time string through a Windows API.

FUNCTION

Top

filetime

receives a FileTime binary structure or an equivalent hex string (which should start with '0x') and returns a system time string. This function is exported by default.

AUTHOR

Top

Kenichi Ishigaki, <ishigaki at cpan.org>

COPYRIGHT AND LICENSE

Top


Win32-UrlCache documentation  | view source Contained in the Win32-UrlCache distribution.