TheFileInfo..::..CreateTime Property
Gets or sets the creation time of the current
file or directory.
Namespace:
nsCDEngine.ViewModelsAssembly: 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); }