Searched defs:daylight (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/jdk/src/share/classes/java/util/spi/ |
| H A D | TimeZoneNameProvider.java | 60 * If <code>daylight</code> is true, the method should return a name 61 * appropriate for daylight saving time even if the specified time zone 62 * has not observed daylight saving time in the past. 65 * @param daylight if true, return the daylight saving name. 79 public abstract String getDisplayName(String ID, boolean daylight, int style, Locale locale); argument
|
| /openjdk7/jdk/src/share/classes/java/util/ |
| H A D | TimeZone.java | 54 * <code>TimeZone</code> represents a time zone offset, and also figures out daylight 99 * Basic Latin block of the Unicode standard. No daylight saving time 170 * daylight savings. This is the offset to add to UTC to get local time. 197 * date, the offset value is adjusted with the amount of daylight 219 * Gets the raw GMT offset and the amount of daylight saving of this 222 * 00:00:00.000 GMT) at which the time zone offset and daylight 225 * (offset[0]) and daylight saving amount (offset[1]) are stored, 228 * @return the total amount of the raw GMT offset and daylight 264 * affected by daylight saving time, it is called <I>raw 344 * specified {@code daylight} i 365 getDisplayName(boolean daylight, int style) argument 398 getDisplayName(boolean daylight, int style, Locale locale) argument [all...] |
Completed in 31 milliseconds