ChannelModeListBanArgs.ServerTime Property

AdiIRC API v2

ChannelModeListBanArgsServerTime Property

Returns the time the event was recieved

Namespace:  AdiIRCAPIv2.Arguments.ChannelModes
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public DateTime ServerTime { get; }
Public ReadOnly Property ServerTime As DateTime
	Get
public:
property DateTime ServerTime {
	DateTime get ();
}
member ServerTime : DateTime with get

Property Value

Type: DateTime
Remarks
If no IRCv3 @time tag was found in the raw line, returns the current time in UTC format
See Also