GenerateStatisticsHandlerStartEvent Method (DateTime, DateTime, String) |
Initiates the event handling.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax 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:
GenerateStatisticsHandlerSee Also