IAnalyticsItemData.GetHitCountForMonth method

Gets the historical hit count data 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
Function GetHitCountForMonth ( _
    month As DateTime _
) As Integer
'Usage
Dim instance As IAnalyticsItemData
Dim month As DateTime
Dim returnValue As Integer

returnValue = instance.GetHitCountForMonth(month)
int GetHitCountForMonth(
    DateTime month
)

Parameters

Return value

Type: System.Int32
A hit count for the duration of the specified month is provided.

See also

Reference

IAnalyticsItemData interface

IAnalyticsItemData members

Microsoft.Office.Server.Search.Analytics namespace