org.springframework.social.twitter.api
Class AccountSettings.TimeZone

java.lang.Object
  extended by org.springframework.social.twitter.api.AccountSettings.TimeZone
Enclosing class:
AccountSettings

public static class AccountSettings.TimeZone
extends Object

The account's timezone settings.


Constructor Summary
AccountSettings.TimeZone()
           
 
Method Summary
 String getName()
           
 String getTZInfoName()
           
 int getUTCOffset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountSettings.TimeZone

public AccountSettings.TimeZone()
Method Detail

getName

public String getName()

getTZInfoName

public String getTZInfoName()

getUTCOffset

public int getUTCOffset()
Returns:
The UTF offset (in seconds)