Searched defs:ZoneInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfo.java42 * <code>ZoneInfo</code> is an implementation subclass of {@link
50 * <code>ZoneInfo</code> can be used with any calendar systems except
69 public class ZoneInfo extends TimeZone { class in inherits:TimeZone
192 public ZoneInfo() { method in class:ZoneInfo
198 public ZoneInfo(String ID, int rawOffset) { method in class:ZoneInfo
203 * Constructs a ZoneInfo instance.
217 ZoneInfo(String ID, method in class:ZoneInfo
417 * modifies all the transitions of this ZoneInfo object, including
641 * Gets the ZoneInfo for the given ID.
643 * @param ID the ID for a ZoneInfo
[all...]

Completed in 24 milliseconds