Home | History | Annotate | Download | only in util

Lines Matching defs:MILLISECOND

39  * time with millisecond precision. See
390 * <li>Subclasses can access protected millisecond constants
558 * {@link #SECOND}, {@link #MILLISECOND},
590 * the range of dates with millisecond values from
873 * millisecond within the second.
874 * E.g., at 10:04:15.250 PM the <code>MILLISECOND</code> is 250.
877 public final static int MILLISECOND = 14;
1305 * The maximum supported hours for millisecond calculations
2520 case MILLISECOND:
2570 case MILLISECOND:
2847 case MILLISECOND:
3316 case MILLISECOND:
4378 { 0, 0, 999, 999 }, // MILLISECOND
4430 case MILLISECOND:
4669 int millisInDay = internalGet(MILLISECOND) + 1000 * (internalGet(SECOND) +
5012 * Converts the current millisecond time value <code>time</code> to
5066 fields[MILLISECOND] = millisInDay % 1000;
5442 * millisecond time value <code>time</code>.
5463 newestStamp(AM_PM, MILLISECOND, UNSET) <= stamp[MILLISECONDS_IN_DAY]) {
5701 millisInDay += internalGet(MILLISECOND); // now have millis
5747 millisInDay += internalGet(MILLISECOND); // now have millis
6426 "MINUTE", "SECOND", "MILLISECOND", "ZONE_OFFSET",