Share via


AnalyticsItemData.GetHitCountForMonth method

Gets the historical hit count data for a specified month for the item or rollup.

Namespace:  Microsoft.Office.Server.Search.Analytics
Assembly:  Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)

Syntax

'Declaration
Public Function GetHitCountForMonth ( _
    month As DateTime _
) As Integer
'Usage
Dim instance As AnalyticsItemData
Dim month As DateTime
Dim returnValue As Integer

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

Parameters

Return value

Type: System.Int32
The hit count for the specified month is provided.

Implements

IAnalyticsItemData.GetHitCountForMonth(DateTime)

See also

Reference

AnalyticsItemData class

AnalyticsItemData members

Microsoft.Office.Server.Search.Analytics namespace