Home | History | Annotate | Download | only in format

Lines Matching defs:toMillis

201      * See {@link #toMillis(boolean)} for more information about when to
529 * Here is an example where <tt>toMillis(true)</tt> adjusts the time,
537 * millis = time.toMillis(false); // millis is Nov 4, 2007, 11pm
538 * millis = time.toMillis(true); // millis is Nov 5, 2007, 12am
542 * To avoid this problem, use <tt>toMillis(true)</tt>
546 * <tt>toMillis(false)</tt>.
549 * You should also use <tt>toMillis(false)</tt> if you want
553 native public long toMillis(boolean ignoreDst);
732 long millis = time.toMillis(true);
746 * Use {@link #toMillis(boolean)} to get the milliseconds.