C# Class IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs

Provides data for the CtcpClient.TimeResponseReceived event.
Inheritance: CtcpResponseReceivedEventArgs
ファイルを表示 Open project: IrcDotNet/IrcDotNet Class Usage Examples

Public Methods

Method Description
CtcpTimeResponseReceivedEventArgs ( IrcUser user, string dateTime ) : System

Initializes a new instance of the CtcpTimeResponseReceivedEventArgs class.

Method Details

CtcpTimeResponseReceivedEventArgs() public method

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.
return System