Click or drag to resize
HitsInfoProviderGetHitsInfo Method (DateTime, Int32, HitsIntervalEnum)
Returns the HitsInfo structure for the specified time.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static HitsInfo GetHitsInfo(
	DateTime time,
	int statisticsId,
	HitsIntervalEnum interval
)

Parameters

time
Type: SystemDateTime
Time
statisticsId
Type: SystemInt32
Statistics ID
interval
Type: CMS.WebAnalyticsHitsIntervalEnum
Hits interval enumerator

Return Value

Type: HitsInfo
See Also