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();
// in the variable "start".
start = session.getStartTime();
scraper on 08/09/2010 at 12:25 pm
- Printer-friendly version
- Login or register to post comments