Searched defs:hrs (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DDate.java204 * <code>hrs</code>, and <code>min</code> arguments, in the local
210 * @param hrs the hours between 0-23.
215 * hrs, min)</code> or <code>GregorianCalendar(year + 1900,
216 * month, date, hrs, min)</code>.
219 public Date(int year, int month, int date, int hrs, int min) { argument
220 this(year, month, date, hrs, min, 0);
227 * <code>hrs</code>, <code>min</code>, and <code>sec</code> arguments,
233 * @param hrs the hours between 0-23.
239 * hrs, min, sec)</code> or <code>GregorianCalendar(year + 1900,
240 * month, date, hrs, mi
243 Date(int year, int month, int date, int hrs, int min, int sec) argument
317 UTC(int year, int month, int date, int hrs, int min, int sec) argument
[all...]

Completed in 443 milliseconds