List of UserStatistics methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
(Automatically generated page update)
 
Line 8: Line 8:
<tr><td valign="top">[[Copy (UserStatistics function)|Copy]]</td><td valign="top">Copy the UserStatistics</td></tr>
<tr><td valign="top">[[Copy (UserStatistics function)|Copy]]</td><td valign="top">Copy the UserStatistics</td></tr>
<tr><td valign="top">[[DeepCopy (UserStatistics function)|DeepCopy]]</td><td valign="top">DeepCopy the UserStatistics</td></tr>
<tr><td valign="top">[[DeepCopy (UserStatistics function)|DeepCopy]]</td><td valign="top">DeepCopy the UserStatistics</td></tr>
<tr><td valign="top">[[Difference (UserStatistics function)|Difference]]</td><td valign="top">Difference in login statistics timestamps</td></tr>
<tr><td valign="top">[[Difference (UserStatistics function)|Difference]]</td><td valign="top">Difference in login statistics</td></tr>
<tr><td valign="top">[[DifferenceToString (UserStatistics function)|DifferenceToString]]</td><td valign="top">Login timestamps difference in string format</td></tr>
<tr><td valign="top">[[DifferenceToString (UserStatistics function)|DifferenceToString]]</td><td valign="top">Login timestamps difference in string format</td></tr>
<tr><td valign="top">[[DifferenceToXmlDoc (UserStatistics function)|DifferenceToXmlDoc]]</td><td valign="top">Login timestamps difference in xml format</td></tr>
<tr><td valign="top">[[DifferenceToXmlDoc (UserStatistics function)|DifferenceToXmlDoc]]</td><td valign="top">Login timestamps difference in xml format</td></tr>

Latest revision as of 16:20, 23 December 2015

The following are the available UserStatistics class methods.

MethodDescription
CopyCopy the UserStatistics
DeepCopyDeepCopy the UserStatistics
DifferenceDifference in login statistics
DifferenceToStringLogin timestamps difference in string format
DifferenceToXmlDocLogin timestamps difference in xml format
LoginToStringLogin statistics in string format
NewCreate a new UserStatistics instance
RatePer second rate of change of statistic
RatePerSecondPer second rate of change of statistic
RequestToStringRequest statistics in string format
RequestValueValue of the specified Request statistic
ToStringPrint UserStatistics values
ToXmlDocExport the UserStatistics values to Xml
ValueValue of the specified Login statistic

See also