IAnalyticsItemData.GetHitCountForDay method

Gets the historical hit count data on a specified day 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 GetHitCountForDay ( _
    day As DateTime _
) As Integer
'Usage
Dim instance As IAnalyticsItemData
Dim day As DateTime
Dim returnValue As Integer

returnValue = instance.GetHitCountForDay(day)
int GetHitCountForDay(
    DateTime day
)

Parameters

Return value

Type: System.Int32
A hit count for the specified day is provided.

See also

Reference

IAnalyticsItemData interface

IAnalyticsItemData members

Microsoft.Office.Server.Search.Analytics namespace