Click or drag to resize

IOperatingSystemStaticInfoInstallDate Property

Win32_OperatingSystem: Date object was installed. This property does not require a value to indicate that the object is installed.

Namespace:  Xcalibur.Models.OperatingSystem
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
DateTime InstallDate { get; set; }

Property Value

Type: DateTime
The install date.
See Also