add

fun add(deltaMonths: Int, deltaMilliseconds: Double): DateTime

Constructs a new DateTime after adding deltaMonths and deltaMilliseconds


fun add(dateSpan: MonthSpan, timeSpan: TimeSpan): DateTime

Constructs a new DateTime after adding dateSpan and timeSpan