Returns AdiIRC Uptime in milliseconds
if type = 1 returns a duration, if type = 2 returns a duration but without seconds, and if type = 3 returns seconds instead of milliseconds.
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax string Uptime(
int type
)
Function Uptime (
type As Integer
) As String
String^ Uptime(
int type
)
abstract Uptime :
type : int -> string
Parameters
- type
- Type: SystemInt32
[Missing <param name="type"/> documentation for "M:AdiIRCAPI.IPluginHost.Uptime(System.Int32)"]
Return Value
Type:
String[Missing <returns> documentation for "M:AdiIRCAPI.IPluginHost.Uptime(System.Int32)"]
See Also