Show / Hide Table of Contents

Interface IServerMessage

Represents an incoming message from the server

Namespace: GravyIrc.Messages
Assembly: GravyIrc.dll
Syntax
public interface IServerMessage

Properties

| Improve this Doc View Source

DateReceived

Date when the message came in

Declaration
DateTime DateReceived { get; }
Property Value
Type Description
System.DateTime
  • Improve this Doc
  • View Source
Back to top Generated by DocFX