GetOfflineInformation

Description

Get the time a client has been offline offline.

bool GetOfflineInformation(out double period, out DateTime startTime)

Parameters

ParameterTypeDescription

period

double

the period in minutes that the client has been offline.

startTime

DateTime

The start time when the client went offline

Returns

TypeDescription

Boolean

true if the information was successfully retrieved.

Last updated