Searched refs:theMonth (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DDate.java48 * @param theMonth
55 public Date(int theYear, int theMonth, int theDay) { argument
56 super(theYear, theMonth, theDay);
H A DTimestamp.java63 * @param theMonth
81 public Timestamp(int theYear, int theMonth, int theDate, int theHour, argument
84 super(theYear, theMonth, theDate, theHour, theMinute, theSecond);

Completed in 627 milliseconds