AnalyticsItemData.GetHitCountForDay method
Gets the historical hit count data on the 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
Public Function GetHitCountForDay ( _
day As DateTime _
) As Integer
'Usage
Dim instance As AnalyticsItemData
Dim day As DateTime
Dim returnValue As Integer
returnValue = instance.GetHitCountForDay(day)
public int GetHitCountForDay(
DateTime day
)
Parameters
day
Type: System.DateTimeThe day for which data is to be collected.
Return value
Type: System.Int32
The hit count for the specified day is provided.
Implements
IAnalyticsItemData.GetHitCountForDay(DateTime)