Retrieves the creation time of the current file or directory.
[Visual Basic] MustOverride Public ReadOnly Property CreationTime As DateTime [C#] public DateTime CreationTime {abstract get;} [C++] public: __property virtual DateTime get_CreationTime() = 0; [JScript] public abstract function get CreationTime() : DateTime;
A DateTime that is the creation time of the current file or directory.
FileSystemEntry Class | FileSystemEntry Members | System.IO Namespace