ByHandleFileInfoLastAccessTimeUtc Property |
Gets the time, in coordinated universal time (UTC), this entry was last accessed.
For a file, the structure specifies the last time that a file is read from or written to.
For a directory, the structure specifies when the directory is created.
For both files and directories, the specified date is correct, but the time of day is always set to midnight.
If the underlying file system does not support the last access time, this member is zero (0).
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public DateTime LastAccessTimeUtc { get; }
Public ReadOnly Property LastAccessTimeUtc As DateTime
Get
public:
property DateTime LastAccessTimeUtc {
DateTime get ();
}
member LastAccessTimeUtc : DateTime with get
Property Value
Type:
DateTimeThe time, in coordinated universal time (UTC), this entry was last accessed.
See Also