Click or drag to resize

ItemDateAccessed Property

Get the last time the item was accessed.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public DateTime? DateAccessed { get; }

Property Value

Type: NullableDateTime
The last time the item was accessed.
See Also