Click or drag to resize

FileSystemBasicInfoLastAccessTimeUtc Property

Gets the UTC time the file 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 the UTC time the file was last accessed.
See Also