NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

File.CreationTime

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;

Property Value

The creation date and time of the current file. This value is read-only.

Exceptions

Exception Type Condition
IOException Refresh cannot initialize the data.

Remarks

This property value is a null reference (in Visual Basic Nothing) if the file system containing the file does not support this information.

See Also

File Class | File Members | System.IO Namespace