Click or drag to resize

LeadsStatisticsHelperFormatAverageTime Method

Formats average time on page.

Namespace:  Dynamicweb.Analytics.Leads.LeadsStatistic
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static string FormatAverageTime(
	TimeSpan avgPageTime
)

Parameters

avgPageTime
Type: SystemTimeSpan
Average time on page.

Return Value

Type: String
Formatted average time on page.
See Also