HitsInfoProviderGetHitsInfo Method (DateTime, Int32, HitsIntervalEnum) |
Returns the HitsInfo structure for the specified time.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax 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:
HitsInfoSee Also