Gets the creation time of the current file.
[Visual Basic] Overridable Public ReadOnly Property CreationTime As DateTime [C#] public DateTime CreationTime {override get;} [C++] public: __property virtual DateTime get_CreationTime(); [JScript] public function get CreationTime() : DateTime;
The creation date and time of the current file. This value is read-only.
Exception Type | Condition |
---|---|
IOException | Refresh cannot initialize the data. |
This property value is a null reference (in Visual Basic Nothing) if the file system containing the file does not support this information.