Lines Matching refs:after

77  * <li><b>Day of week on or after day of month</b><br>
78 * To specify a day of week on or after an exact day of month, set the
80 * or after which the rule is applied, and <em>day-of-week</em> to a negative {@link
417 * Sets the daylight saving time start rule to a weekday before or after the given date within
418 * a month, e.g., the first Monday on or after the 8th.
427 * @param after If true, this rule selects the first <code>dayOfWeek</code> on or
428 * <em>after</em> <code>dayOfMonth</code>. If false, this rule
436 int startTime, boolean after)
439 if (after) {
499 * Sets the daylight saving time end rule to a weekday before or after the given date within
500 * a month, e.g., the first Monday on or after the 8th.
510 * @param after If true, this rule selects the first <code>endDayOfWeek</code> on
511 * or <em>after</em> <code>endDay</code>. If false, this rule
518 public void setEndRule(int endMonth, int endDay, int endDayOfWeek, int endTime, boolean after)
520 if (after) {
1014 * The time in milliseconds after midnight at which daylight saving
1075 * The time in milliseconds after midnight at which daylight saving
1145 * Day of week after day of month; e.g., Sunday on or after March 15.
1174 * Day of week after day of month; e.g., Sunday on or after March 15.
1222 private static final int DOW_GE_DOM_MODE = 3; // Day of week after day of month, "Sun>=15"
1293 // Sun>=8 first Sunday on or after the eighth
1301 // This is the format SimpleTimeZone objects take after construction or
1335 // include additional data, they should do so by storing them after the