-
Timestamp
@Deprecated(since="1.2")
public Timestamp(int year,
int month,
int date,
int hour,
int minute,
int second,
int nano)
Deprecated.
Constructs a Timestamp object initialized with the given values.
-
Parameters:
-
year - the year minus 1900
-
month - 0 to 11
-
date - 1 to 31
-
hour - 0 to 23
-
minute - 0 to 59
-
second - 0 to 59
-
nano - 0 to 999,999,999
-
Throws:
-
java.lang.IllegalArgumentException - if the nano argument is out of bounds
|
-
Timestamp
@Deprecated
public Timestamp(int year,
int month,
int date,
int hour,
int minute,
int second,
int nano)
Deprecated.
Constructs a Timestamp object initialized with the given values.
-
Parameters:
-
year - the year minus 1900
-
month - 0 to 11
-
date - 1 to 31
-
hour - 0 to 23
-
minute - 0 to 59
-
second - 0 to 59
-
nano - 0 to 999,999,999
-
Throws:
-
java.lang.IllegalArgumentException - if the nano argument is out of bounds
|
-
Timestamp
@Deprecated(since="1.2")
public Timestamp(int year,
int month,
int date,
int hour,
int minute,
int second,
int nano)
Deprecated.
Constructs a Timestamp object initialized with the given values.
-
Parameters:
-
year - the year minus 1900
-
month - 0 to 11
-
date - 1 to 31
-
hour - 0 to 23
-
minute - 0 to 59
-
second - 0 to 59
-
nano - 0 to 999,999,999
-
Throws:
-
java.lang.IllegalArgumentException - if the nano argument is out of bounds
|
|