C# Class IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs

Provides data for the CtcpClient.TimeResponseReceived event.
Inheritance: CtcpResponseReceivedEventArgs
Afficher le fichier Open project: IrcDotNet/IrcDotNet Class Usage Examples

Méthodes publiques

Méthode Description
CtcpTimeResponseReceivedEventArgs ( IrcUser user, string dateTime ) : System

Initializes a new instance of the CtcpTimeResponseReceivedEventArgs class.

Method Details

CtcpTimeResponseReceivedEventArgs() public méthode

Initializes a new instance of the CtcpTimeResponseReceivedEventArgs class.
public CtcpTimeResponseReceivedEventArgs ( IrcUser user, string dateTime ) : System
user IrcUser
dateTime string The local date/time received from the user.
Résultat System