Click or drag to resize

ItemDateCreated Property

Get the date and time the item was created on the file system where it is currently located.

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

Property Value

Type: NullableDateTime
The date and time the item was created on the file system where it is currently located.
See Also