public final class DateTime extends Object
public static Date mergeDateAndTime(Date date, Time time)
date - a Date object that is assumed to be
normalized (the hour, minute, second and millisecond values
are set to 0). Cannot be null while
time is not.time - a Time object. The date components are
assumed to be set to the "zero epoch" value of January 1,
1970. If null, the returned date will have its hour, minute,
and second values set to 0.Date object, or null if both the
date and time parameters are
null.Copyright © 2012–2020 Emory University. All rights reserved.