set_time_val
Description:
public void set_time_val (
TimeVal timeval)
Sets the value of a date from a TimeVal value.
Note that the tv_usec
member is ignored, because Date can't make use of the
additional precision.
The time to date conversion is done using the user's current timezone.
Parameters:
this |
a Date
|
timeval |
TimeVal value to set
|