public static class Kernel32.FileTime extends DefaultStructure
Contains a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC). typedef struct _FILETIME { DWORD dwLowDateTime; DWORD dwHighDateTime; } FILETIME, *PFILETIME; dwLowDateTime The low-order part of the file time. dwHighDateTime The high-order part of the file time. 1, 000, 000 nanoseconds = 1 millisecond
Modifier and Type | Field and Description |
---|---|
int |
dwHighDateTime |
int |
dwLowDateTime |
Constructor and Description |
---|
FileTime() |
getFieldOrder
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
Copyright © SAS Institute. All Rights Reserved.