Home | History | Annotate | Download | only in datatype

Lines Matching defs:getCalendarTimeInMillis

335         return getCalendarTimeInMillis(cal)
336 - getCalendarTimeInMillis(startInstant);
374 return getCalendarTimeInMillis(cal) - startInstant.getTime();
565 date.setTime(getCalendarTimeInMillis(cal));
981 private static long getCalendarTimeInMillis(final Calendar cal) {