Click or drag to resize
GenerateStatisticsHandlerStartEvent Method (DateTime, DateTime, String)
Initiates the event handling.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax
C#
public GenerateStatisticsHandler StartEvent(
	DateTime from,
	DateTime to,
	string statisticsCodename
)

Parameters

from
Type: SystemDateTime
Date to generate statistics from
to
Type: SystemDateTime
Date to generate statistics to
statisticsCodename
Type: SystemString
Codename of statistics to generate

Return Value

Type: GenerateStatisticsHandler
See Also