Win32FindDataWLastAccessTime Field
A FILETIME structure.
For a file, the structure specifies when the file was last read from, written to, or for executable files, run.
For a directory, the structure specifies when the directory is created.
If the underlying file system does not support last access time, this member is zero.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public long LastAccessTime
Public LastAccessTime As Long
Dim instance As Win32FindDataW
Dim value As Long
value = instance.LastAccessTime
instance.LastAccessTime = value
public:
long long LastAccessTime
val mutable LastAccessTime: int64
No code example is currently available or this language may not be supported.
Field Value
Int64