Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Provider
Method Summary | |
Set |
|
DateTimeZone |
|
public Set getAvailableIDs()
Returns an unmodifiable set of ids. All providers must at least support id "UTC".
public DateTimeZone getZone(String id)
Retrieves a DateTimeZone for the given id. All providers must at least support id "UTC".
- Returns:
- null if not found