H_U_N_T_E_R: Uhm... RTFM?
public Date (int year, int month, int day, int hour, int minute, int second)
Since: API Level 1
This constructor is deprecated.
use GregorianCalendar(int, int, int, int, int, int)
Constructs a new Date initialized to the specified date and time in the default TimeZone.
Parameters
year the year, 0 is 1900.
month the month, 0 - 11.
day the day of the month, 1 - 31.
hour the hour of day, 0 - 23.
minute the minute of the hour, 0 - 59.
second the second of the minute, 0 - 59.