Searched refs:anotherCalendar (Results 1 – 1 of 1) sorted by relevance
1258 public int compareTo(Calendar anotherCalendar) { in compareTo() argument1259 if (anotherCalendar == null) { in compareTo()1263 long anotherTimeInMillis = anotherCalendar.getTimeInMillis(); in compareTo()