getStartTime

long session.getStartTime ( )

Description

Retrieve the time at which the scrape started.

Parameters

This method does not receive any parameters.

Return Values

Returns the start time of the scrape in milliseconds, as a long.

Change Log

Version Description
4.5 Available for all editions.

Examples

Get Session Start Time

// Retrieves the start time and places it
// in the variable "start".

start = session.getStartTime();