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