Type FILETIME

Purpose
The FILETIME structure is a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601.
 
From library
Kernel...DLL
 
Type specification Include in your program. Copy/Paste if needed.

type FileTime
     dwLowDateTime As Integer      'low order 32-bit of file time

     dwHighDateTime As Integer     'high order 32-bit of file time

end type