Last updated 3 months ago
Get the time a client has been offline offline.
bool GetOfflineInformation(out double period, out DateTime startTime)
period
double
the period in minutes that the client has been offline.
startTime
DateTime
The start time when the client went offline
Boolean
true if the information was successfully retrieved.