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 LastBootTime As DateTime
Get
Set
property DateTime LastBootTime {
DateTime get ();
void set (DateTime value);
}
abstract LastBootTime : DateTime with get, set
Property Value
Type:
DateTime
The last boot time.
See Also