The creation time of the directory.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 3.2.4497.34829

Syntax

C#
DateTime CreationTime { get; set; }
Visual Basic
Property CreationTime As DateTime
	Get
	Set
Visual C++
property DateTime CreationTime {
	DateTime get ();
	void set (DateTime value);
}

See Also