Thresher 1.2 Class Documentation

TimeEventHandler Delegate

The response to a Time request.

[Visual Basic]
Public Delegate Sub TimeEventHandler( _
   ByVal time As String _
)
[C#]
public delegate void TimeEventHandler(
   string time
);

Parameters

time
The name of the server and its local time

Requirements

Namespace: Sharkbite.Irc

Assembly: Sharkbite.Thresher (in Sharkbite.Thresher.dll)

See Also

Sharkbite.Irc Namespace | OnTime