CreateTime Property

Microsoft Deployment Tools

Deployment Tools Foundation CreateTime Property
Gets or sets the CreateTime summary information property.
Declaration Syntax
C# Visual Basic Visual C++
public DateTime CreateTime { get; set; }
Public Property CreateTime As DateTime
public:
property DateTime CreateTime {
	DateTime get ();
	void set (DateTime 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) Version: 3.0.0.0 (3.5.1623.0)