| VisitorReportBaseAdjustTimeRangeToComparison Method |
The method return date range fro comparison series
Namespace:
Dynamicweb.Tracking.Web.Reporting
Assembly:
Dynamicweb.Tracking.Web (in Dynamicweb.Tracking.Web.dll) Version: 1.4.2
Syntax protected void AdjustTimeRangeToComparison(
ref DateTime start,
ref DateTime end
)
Protected Sub AdjustTimeRangeToComparison (
ByRef start As DateTime,
ByRef end As DateTime
)
Parameters
- start
- Type: SystemDateTime
- end
- Type: SystemDateTime
See Also