FileSystemInfo.LastAccessTimeUtc Property
Gets or sets the time, in coordinated universal time (UTC), that the current file or directory was last accessed.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Syntax
public DateTime LastAccessTimeUtc { get; }
Property Value
The UTC 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