Windows API Guide - Reference - Volume 1: Version 3.0 For the MS-DOS and PC-DOS Operating Systems
Type FILETIME dwLowDateTime As Long dwHighDateTime As Long End Type
Description & Usage
The FILETIME structure holds a date and time associated with a file. The structure identifies a 64-bit integer specifying the number of 100-nanosecond intervals which have passed since January 1, 1601. This 64-bit value is split into the two dwords stored in the structure.
Visual Basic-Specific Issues
None.
Parameters
- dwLowDateTime
- The low-order dword of the 64-bit integer specifying the date and time.
- dwHighDateTime
- The high-order dword of the 64-bit integer specifying the date and time.
Used By
BY_HANDLE_FILE_INFORMATION, CompareFileTime, FileTimeToLocalFileTime, FileTimeToSystemTime, GetFileTime, GetSystemTimeAsFileTime, LocalFileTimeToFileTime, RegEnumKeyEx, SetFileTime, SystemTimeToFileTime, WIN32_FIND_DATA
Go back to the alphabetical Structure listing. Go back to the Reference section index.
Last Modified: October 2, 1999 This page is copyright © 1999 Paul Kuliniewicz. Copyright Information Revised October 29, 2000 Go back to the Windows API Guide home page. E-mail: vbapi@vbapi.com Send Encrypted E-Mail This page is at http://www.vbapi.com/ref/f/filetime.html