TimeZone.getAvailableIDs
Class Overview | Class Members | 
  This Package | 
All Packages
 public static synchronized String[] getAvailableIDs( int rawOffset )
Parameters
-  rawOffset 
-  the given time zone GMT offset.
    
Returns
     an array of IDs, where the time zone for that ID has
 the specified GMT offset. For example, {"Phoenix", "Denver"},
 since both have GMT-07:00, but differ in daylight savings behavior.
  Description
 Gets the available IDs according to the given time zone offset.
  
 public static synchronized String[] getAvailableIDs()
Returns
     an array of IDs.
  Description
 Gets all the available IDs supported.