C# Class Yaircc.Net.IRC.TimeMessage

Represents a TIME command.
Inheritance: Message
ファイルを表示 Open project: rastating/yaircc

Public Methods

Method Description
TimeMessage ( ) : System.Text.RegularExpressions

Initialises a new instance of the TimeMessage class.

TimeMessage ( string server ) : System.Text.RegularExpressions

Initialises a new instance of the TimeMessage class.

TryParse ( string input ) : ParseResult

Attempts to parse the input specified by the user into the Message.

Method Details

TimeMessage() public method

Initialises a new instance of the TimeMessage class.
public TimeMessage ( ) : System.Text.RegularExpressions
return System.Text.RegularExpressions

TimeMessage() public method

Initialises a new instance of the TimeMessage class.
public TimeMessage ( string server ) : System.Text.RegularExpressions
server string The server in which to get the time from.
return System.Text.RegularExpressions

TryParse() public method

Attempts to parse the input specified by the user into the Message.
public TryParse ( string input ) : ParseResult
input string The input from the user.
return ParseResult