Thresher 1.2 Class Documentation

Sender.Time Method (String)

Request the local time from the given server.

[Visual Basic]
Overloads Public Sub Time( _
   ByVal targetServer As String _
)
[C#]
public void Time(
   string targetServer
);

Parameters

targetServer
The FQDN of the IRC server to query. Wildcards are allowed. Must be a server part of the same IRC network this connection is connected to.

Remarks

Possible Errors

See Also

Sender Class | Sharkbite.Irc Namespace | Sender.Time Overload List | OnTime