Share via


FileSystemInfo.LastAccessTime Property

Gets or sets the time the current file or directory was last accessed.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)

Syntax

public DateTime LastAccessTime { get; }

Property Value

The time that the current file or directory was last accessed.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.

See Also

Reference

FileSystemInfo Class
FileSystemInfo Members
System.IO Namespace