Click or drag to resize
HitsHourInfoProviderGetHitsHourInfoInternal Method
Returns HitsHourInfo with specified ID.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
protected virtual HitsHourInfo GetHitsHourInfoInternal(
	int id
)

Parameters

id
Type: SystemInt32
HitsHourInfo ID.

Return Value

Type: HitsHourInfo
See Also