Click or drag to resize

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
C#
public DateTime LastAccessTimeUtc { get; }

Property Value

Type: DateTime
The UTC time that the current file or directory was last accessed.
See Also