Home | History | Annotate | Download | only in unicode

Lines Matching full:time

30  * This class provides some additional methods to access time zone transitions and rules.
43 * Gets the first time zone transition after the base time.
44 * @param base The base time.
45 * @param inclusive Whether the base time is inclusive or not.
46 * @param result Receives the first transition after the base time.
53 * Gets the most recent time zone transition before the base time.
54 * @param base The base time.
55 * @param inclusive Whether the base time is inclusive or not.
56 * @param result Receives the most recent transition before the base time.
63 * Checks if the time zone has equivalent transitions in the time range.
65 * offsets and DST savings used by this time zone match the other in the
66 * time range.
68 * @param start The start time of the evaluated time range (inclusive)
69 * @param end The end time of the evaluated time range (inclusive)
78 * @return true if the other time zone has the equivalent transitions in the
79 * time range.
86 * Returns the number of <code>TimeZoneRule</code>s which represents time transitions,
87 * for this time zone, that is, all <code>TimeZoneRule</code>s for this time zone except
90 * @return The number of <code>TimeZoneRule</code>s representing time transitions.
97 * which represent time transitions for this time zone. On successful return,
101 * rule instance held by this time zone instance. Therefore, after this time zone
115 * Gets the set of time zone rules valid at the specified time. Some known external time zone
116 * implementations are not capable to handle historic time zone rule changes. Also some
118 * If this time zone does not use any daylight saving time within about 1 year from the specified
119 * time, only the <code>InitialTimeZone</code> is returned. Otherwise, the rule for standard
120 * time and daylight saving time transitions are returned in addition to the
121 * <code>InitialTimeZoneRule</code>. The standard and daylight saving time transition rules are
123 * rule and <code>DateTimeRule::WALL_TIME</code> for its time rule. Because daylight saving time
124 * rule is changing time to time in many time zones and also mapping a transition time rule to
126 * for short period of time.
127 * The time zone rule objects returned by this method is owned by the caller, so the caller is
129 * @param date The date used for extracting time zone rules.
131 * @param std Receives the <code>AnnualTimeZoneRule</code> for standard time transitions.
132 * When this time time zone does not observe daylight saving times around the
134 * @param dst Receives the <code>AnnualTimeZoneRule</code> for daylight saving time
135 * transitions. When this time zone does not observer daylight saving times
146 * The time type option bit flags used by getOffsetFromLocal
158 * Get time zone offsets from local wall time.
168 * The time type option bit masks used by getOffsetFromLocal
185 * @param id a system time zone ID
198 * Gets the set of TimeZoneRule instances applicable to the specified time and after.
199 * @param start The start date used for extracting time zone rules