Home | History | Annotate | Download | only in util

Lines Matching defs:after

334         // is the UTC value after the normalization.
390 * which dates are within 80 years before and 19 years after
392 * After adjusting the year number, 1900 is subtracted from
918 * <code>time</code> milliseconds after January 1, 1970 00:00:00 GMT.
942 * Tests if this date is after the specified date.
951 public boolean after(Date when) {
993 * <code>0</code> if this Date is after the Date argument.