FileIdBothDirectoryInfoLastAccessTime Property |
The time that the file was last accessed.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public DateTime LastAccessTime { get; set; }
Public Property LastAccessTime As DateTime
Get
Set
public:
property DateTime LastAccessTime {
DateTime get ();
void set (DateTime value);
}
member LastAccessTime : DateTime with get, set
Property Value
Type:
DateTimeSee Also