C-DEngine 5.105

TheFileInfo..::..CreateTime Property

Gets or sets the creation time of the current file or directory.

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public DateTimeOffset CreateTime { get; set; }
Public Property CreateTime As DateTimeOffset
	Get
	Set
public:
property DateTimeOffset^ CreateTime {
	DateTimeOffset^ get ();
	void set (DateTimeOffset^ value);
}