Searched defs:DAY_IN_MILLIS (Results 1 – 2 of 2) sorted by relevance
125 static final int DAY_IN_MILLIS = 86400000; // 0x5265c00 field in AbstractCalendar
55 static final int DAY_IN_MILLIS = HOUR_IN_MILLIS * 24; field in AbstractCalendar