Click or drag to resize

ServerNoticeMessageArgsServerTime Property

Returns the time the event was recieved

Namespace:  AdiIRCAPIv2.Arguments.PrivateMessages
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public DateTime ServerTime { 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