Click or drag to resize

ItemDateModified Property

Get the date and time of the last modification to the item.

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

Property Value

Type: NullableDateTime
The date and time of the last modification to the item.
See Also