mergeWithTime method

DateTime mergeWithTime(
  1. DateTime time
)

Implementation

DateTime mergeWithTime(DateTime time) => DateUtils.merge(this, time);