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 ) : |
Attempts to parse the input specified by the user into the Message.
|
public TimeMessage ( ) : System.Text.RegularExpressions | ||
return | System.Text.RegularExpressions |
public TimeMessage ( string server ) : System.Text.RegularExpressions | ||
server | string | The server in which to get the time from. |
return | System.Text.RegularExpressions |
public TryParse ( string input ) : |
||
input | string | The input from the user. |
return |