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:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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