AnalyticsItemData.GetUniqueUsersCountForMonth method
Gets a count of unique users for a specified month for the item or rollup scope.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
Public Function GetUniqueUsersCountForMonth ( _
month As DateTime _
) As Integer
'Usage
Dim instance As AnalyticsItemData
Dim month As DateTime
Dim returnValue As Integer
returnValue = instance.GetUniqueUsersCountForMonth(month)
public int GetUniqueUsersCountForMonth(
DateTime month
)
Parameters
month
Type: System.DateTimeThe month for which data is to be collected.
Return value
Type: System.Int32
The number of unique users for the month is given.
Implements
IAnalyticsItemData.GetUniqueUsersCountForMonth(DateTime)