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
day
Type: System.DateTimeThe day for which data is collected.
Return value
Type: System.Int32
A hit count for the specified day is provided.