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!

Directory.CreationTime

Retrieves the creation time of the current directory.

[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

A DateTime value representing the date and time when the directory was created.

See Also

Directory Class | Directory Members | System.IO Namespace