Click or drag to resize
HitsInfo.LoadTime Method
Sets the Hits start time and end time to the interval matching the given time. If interval changed, clears the ID of the object.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax
C#
public void LoadTime(
	DateTime time
)

Parameters

time
Type: System.DateTime
Time
See Also