Gets a boolean value indicating if the item supports having a creation date and time.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property HasCreationDateTime As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As FileSystemItem
Dim value As Boolean
value = instance.HasCreationDateTime |
| C# | |
|---|
public bool HasCreationDateTime {get;} |
Property Value
true (default) if the item supports having a creating date and time; false otherwise.
Remarks
Requirements
Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7
See Also