FileSystemEntryInfoLastAccessTimeUtc Property |
The instance time, in coordinated universal time (UTC), this entry was last accessed.
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:
DateTimeSee Also