Click or drag to resize

IOperatingSystemStaticInfoLastBootTime 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
DateTime LastBootTime { get; set; }

Property Value

Type: DateTime
The last boot time.
See Also