NotifyUserOnlineArgs.SignedOnTime Property

AdiIRC API v2

NotifyUserOnlineArgsSignedOnTime Property

Returns the user signed on time

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

Property Value

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