Win32FindDataLastAccessTimeUtc Property |
Gets the time, in coordinated universal time (UTC), that the current file or directory was last accessed.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public DateTime LastAccessTimeUtc { get; }
Property Value
Type:
DateTimeThe UTC time that the current file or directory was last accessed.
See Also