Click or drag to resize
HitsDayInfoProviderGetStatisticsBoundaries Method
Returns max (DateTo) a min (DateFrom) datetime for given statistics.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetStatisticsBoundaries(
	string where
)

Parameters

where
Type: SystemString
Where condition (contains statisticscode for query)

Return Value

Type: DataSet
See Also