Click or drag to resize

NotifyUserOnlineArgsSignedOnTime Property

Returns the user signed on time

Namespace:  AdiIRCAPIv2.Arguments.Contextless
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public DateTime SignedOnTime { get; }

Property Value

Type: DateTime
Remarks
If the server does not send a signed on time, current time in UTC is used
See Also