Click or drag to resize
HitsHourInfoProviderDeleteHitsHourInfo Method (Int32)
Deletes HitsHourInfo with specified ID.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static void DeleteHitsHourInfo(
	int id
)

Parameters

id
Type: SystemInt32
HitsHourInfo ID.
See Also