Home | History | Annotate | Download | only in unicode

Lines Matching full:savings

50  * When specifying daylight-savings-time begin and end dates, use a negative value for
52 * count from the end of the month backwards. For example, if Daylight Savings
114 * and which doesn't observe daylight savings time. Normally you should use
127 * and times to start and end daylight savings time. To create a TimeZone that
128 * doesn't observe daylight savings time, don't use this constructor; use
133 * Various types of daylight-savings time rules can be specfied by using different
140 * @param savingsStartMonth The daylight savings starting month. Month is
142 * @param savingsStartDayOfWeekInMonth The daylight savings starting
145 * @param savingsStartDayOfWeek The daylight savings starting day-of-week.
147 * @param savingsStartTime The daylight savings starting time, expressed as the
149 * @param savingsEndMonth The daylight savings ending month. Month is
151 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month.
153 * @param savingsEndDayOfWeek The daylight savings ending day-of-week.
155 * @param savingsEndTime The daylight savings ending time, expressed as the
168 * and times to start and end daylight savings time. To create a TimeZone that
169 * doesn't observe daylight savings time, don't use this constructor; use
174 * Various types of daylight-savings time rules can be specfied by using different
181 * @param savingsStartMonth The daylight savings starting month. Month is
183 * @param savingsStartDayOfWeekInMonth The daylight savings starting
186 * @param savingsStartDayOfWeek The daylight savings starting day-of-week.
188 * @param savingsStartTime The daylight savings starting time, expressed as the
190 * @param savingsEndMonth The daylight savings ending month. Month is
192 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month.
194 * @param savingsEndDayOfWeek The daylight savings ending day-of-week.
196 * @param savingsEndTime The daylight savings ending time, expressed as the
212 * and times to start and end daylight savings time. To create a TimeZone that
213 * doesn't observe daylight savings time, don't use this constructor; use
218 * Various types of daylight-savings time rules can be specfied by using different
225 * @param savingsStartMonth The daylight savings starting month. Month is
227 * @param savingsStartDayOfWeekInMonth The daylight savings starting
230 * @param savingsStartDayOfWeek The daylight savings starting day-of-week.
232 * @param savingsStartTime The daylight savings starting time, expressed as the
236 * @param savingsEndMonth The daylight savings ending month. Month is
238 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month.
240 * @param savingsEndDayOfWeek The daylight savings ending day-of-week.
242 * @param savingsEndTime The daylight savings ending time, expressed as the
260 * Sets the daylight savings starting year, that is, the year this time zone began
261 * observing its specified daylight savings time rules. The time zone is considered
262 * not to observe daylight savings time prior to that year; SimpleTimeZone doesn't
263 * support historical daylight-savings-time rules.
264 * @param year the daylight savings starting year.
270 * Sets the daylight savings starting rule. For example, in the U.S., Daylight Savings
300 * @param month the daylight savings starting month. Month is 0-based.
302 * @param dayOfWeekInMonth the daylight savings starting
304 * @param dayOfWeek the daylight savings starting day-of-week. Please see
306 * @param time the daylight savings starting time. Please see the member
314 * Sets the daylight savings starting rule. For example, in the U.S., Daylight Savings
344 * @param month the daylight savings starting month. Month is 0-based.
346 * @param dayOfWeekInMonth the daylight savings starting
348 * @param dayOfWeek the daylight savings starting day-of-week. Please see
350 * @param time the daylight savings starting time. Please see the member
429 * Sets the daylight savings ending rule. For example, if Daylight
430 * Savings Time ends at the last (-1) Sunday in October, at 2 AM in standard time.
439 * @param month the daylight savings ending month. Month is 0-based.
441 * @param dayOfWeekInMonth the daylight savings ending
443 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule()
445 * @param time the daylight savings ending time. Please see the member
454 * Sets the daylight savings ending rule. For example, if Daylight
455 * Savings Time ends at the last (-1) Sunday in October, at 2 AM in standard time.
464 * @param month the daylight savings ending month. Month is 0-based.
466 * @param dayOfWeekInMonth the daylight savings ending
468 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule()
470 * @param time the daylight savings ending time. Please see the member
551 * to GMT to get local time in this time zone, taking daylight savings time into
553 * whether daylight savings time is in effect and needs to be figured into the offset
574 * daylight savings. This is the offset to add *to* UTC to get local time.
592 * daylight savings. This is the offset to add *to* UTC to get local time.
628 * to GMT to get local time, before taking daylight savings time into account).
637 * to GMT to get local time, before taking daylight savings time into account).
647 * advanced with respect to standard time when the daylight savings rules
657 * advanced with respect to standard time when the daylight savings rules
664 * Queries if this TimeZone uses Daylight Savings Time.
666 * @return True if this TimeZone uses Daylight Savings Time; false otherwise.
672 * Returns true if the given date is within the period when daylight savings time
673 * is in effect; false otherwise. If the TimeZone doesn't observe daylight savings
681 * @return true if the given date is in Daylight Savings Time;