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 .NET Micro Framework version 3.0 and above.
See Also
Reference
FileSystemInfo Class
FileSystemInfo Members
System.IO Namespace