@Deprecated(since="1.2")
public
int getHours ()
Overriding: java.util.Date
This method is deprecated and should not be used because SQL Date
values do not have a time component.
Returns: the hour represented by this date.
See also:
setHours
@Deprecated(since="1.2")
public
int getMinutes ()
Overriding: java.util.Date
This method is deprecated and should not be used because SQL Date
values do not have a time component.
Returns: the number of minutes past the hour represented by this date.
See also:
setMinutes
@Deprecated(since="1.2")
public
int getSeconds ()
Overriding: java.util.Date
This method is deprecated and should not be used because SQL Date
values do not have a time component.
Returns: the number of seconds past the minute represented by this date.
See also:
setSeconds
@Deprecated(since="1.2")
public
void setHours (
int i)
Overriding: java.util.Date
This method is deprecated and should not be used because SQL Date
values do not have a time component.
Parameters:
See also:
getHours
@Deprecated(since="1.2")
public
void setMinutes (
int i)
Overriding: java.util.Date
This method is deprecated and should not be used because SQL Date
values do not have a time component.
Parameters:
i | | the value of the minutes. |
See also:
getMinutes
@Deprecated(since="1.2")
public
void setSeconds (
int i)
Overriding: java.util.Date
This method is deprecated and should not be used because SQL Date
values do not have a time component.
Parameters:
See also:
getSeconds