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!

FileSystemEntry.CreationTime

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;

Property Value

A DateTime that is the creation time of the current file or directory.

See Also

FileSystemEntry Class | FileSystemEntry Members | System.IO Namespace