Click or drag to resize

ItemDateModified Property

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

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

Property Value

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