Creation time of the directory.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public DateTime CreationTime { get; }
Visual Basic
Public ReadOnly Property CreationTime As DateTime
	Get
Visual C++
public:
property DateTime CreationTime {
	DateTime get ();
}

Remarks

CreationTime only has a valid value for the CreatedDirectory event.

See Also