IServer.AwayTime Property

AdiIRC API v2

IServerAwayTime Property

Returns the time you went away on this IServer. (UTC time)

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

Property Value

Type: DateTime
See Also