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

/libcore/luni/src/main/java/java/sql/
H A DTime.java43 * @param theHour
52 public Time(int theHour, int theMinute, int theSecond) { argument
53 super(70, 0, 1, theHour, theMinute, theSecond);
H A DTimestamp.java67 * @param theHour
81 public Timestamp(int theYear, int theMonth, int theDate, int theHour, argument
84 super(theYear, theMonth, theDate, theHour, theMinute, theSecond);

Completed in 53 milliseconds