IPluginHost.SystemUptime Property

AdiIRC API v2

IPluginHostSystemUptime Property

Returns System Uptime as a TimeSpan.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
TimeSpan SystemUptime { get; }
ReadOnly Property SystemUptime As TimeSpan
	Get
property TimeSpan SystemUptime {
	TimeSpan get ();
}
abstract SystemUptime : TimeSpan with get

Property Value

Type: TimeSpan
See Also