CreateTime Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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
	Get
	Set
public:
property DateTime CreateTime {
	DateTime get ();
	void set (DateTime value);
}
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.9.1006.0)