Interface IServerMessage
Represents an incoming message from the server
Namespace: GravyIrc.Messages
Assembly: GravyIrc.dll
Syntax
public interface IServerMessage
Properties
| Improve this Doc View SourceDateReceived
Date when the message came in
Declaration
DateTime DateReceived { get; }
Property Value
Type | Description |
---|---|
System.DateTime |