Click or drag to resize

OperatingSystemStaticInfoLastBootTime Property

Win32_OperatingSystem: LastBootUpTime: Date and time the operating system was last restarted.

Namespace:  Xcalibur.Models.OperatingSystem
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public DateTime LastBootTime { get; set; }

Property Value

Type: DateTime
The last boot time.

Implements

IOperatingSystemStaticInfoLastBootTime
See Also