FileSystemEntryInfoCreated Property |
Gets the time this entry was created.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public DateTime Created { get; }
Public ReadOnly Property Created As DateTime
Get
public:
property DateTime Created {
DateTime get ();
}
member Created : DateTime with get
Property Value
Type:
DateTimeThe time this entry was created.
See Also