getTimeZone
TimeZone session.getTimeZone ( )
Description
Gets the current time zone of the Scraping Session
Parameters
This method takes no parameters.
Return Value
The time zone this scrape is set to.
Change Log
Version | Description |
---|---|
5.5.29a | Available in all editions. |
Examples
Get the current Time Zone in use
TimeZone currentTimeZone = session.getTimeZone();
mikes on 11/18/2011 at 4:12 pm
- Printer-friendly version
- Login or register to post comments