IServer.ConnectedAt Property

AdiIRC API v2

IServerConnectedAt Property

Returns the time you connected to this IServer. (UTC time)

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

Property Value

Type: DateTime
See Also