C# 클래스 IrcDotNet.Ctcp.CtcpTimeResponseReceivedEventArgs

Provides data for the CtcpClient.TimeResponseReceived event.
상속: CtcpResponseReceivedEventArgs
파일 보기 프로젝트 열기: IrcDotNet/IrcDotNet 1 사용 예제들

공개 메소드들

메소드 설명
CtcpTimeResponseReceivedEventArgs ( IrcUser user, string dateTime ) : System

Initializes a new instance of the CtcpTimeResponseReceivedEventArgs class.

메소드 상세

CtcpTimeResponseReceivedEventArgs() 공개 메소드

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.
리턴 System