Is there a straight forward way to combine a value of type Date, with a value of type Time, to get the resulting datetime.
So for example if I have Date(1985, 1, 4)
and Time(1, 30, 45)
, how would I return a datetime value at 1:30:45 on 1985/1/4?