CreateTime Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation CreateTime Property
Gets or sets the CreateTime summary information property.
Declaration Syntax
C# Visual Basic Visual C++ F#
public DateTime CreateTime { get; set; }
Public Property CreateTime As DateTime
	Get
	Set
public:
property DateTime CreateTime {
	DateTime get ();
	void set (DateTime value);
}
member CreateTime : DateTime with get, set
Property Value
Remarks

The CreateTime summary information property conveys when the installer database was created.

Win32 MSI APIs: MsiSummaryInfoGetProperty, MsiSummaryInfoSetProperty

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)