IChannelUser.Joined Property

AdiIRC API v2

IChannelUserJoined Property

Returns the time the user joined the IChannel (UTC time)

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

Property Value

Type: DateTime
See Also