C# Класс Yaircc.Net.IRC.TimeMessage

Represents a TIME command.
Наследование: Message
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

TimeMessage() публичный Метод

Initialises a new instance of the TimeMessage class.
public TimeMessage ( ) : System.Text.RegularExpressions
Результат System.Text.RegularExpressions

TimeMessage() публичный Метод

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.
Результат System.Text.RegularExpressions

TryParse() публичный Метод

Attempts to parse the input specified by the user into the Message.
public TryParse ( string input ) : ParseResult
input string The input from the user.
Результат ParseResult