A Sandcastle Documented Class Library
ChannelServerModeUserDeowneredArgsServerTime Property |
Returns the time the event was recieved
Namespace: AdiIRCAPIv2.Arguments.ChannelServerModes
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: DateTimeRemarks
If no IRCv3 @time tag was found in the raw line, returns the current time in UTC format
See Also