Creates a new Time object that contains the date from another Time object and the time of day from this Time object.
public Time setDate( Time date )
date
A Time object that contains the date that you want to combine with the current Time object's time value.
Returns a new Time object that combines the date from the date parameter and the time from the current Time object.
Use this method to create a new Time object that is a combination of two different Time objects.
See Also setTimeOfDay