Click or drag to resize
HitsDayInfoProviderGetStatisticsBoundariesInternal 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#
protected virtual DataSet GetStatisticsBoundariesInternal(
	string where
)

Parameters

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

Return Value

Type: DataSet
See Also