Next: datetime.minus, Previous: datetime.gt, Up: datetime [Contents]
Addition (+
operator). Adds a duration
, calendarDuration
,
or numeric B to a datetime
A.
A must be a datetime
.
Numeric B inputs are implicitly converted to duration
using
duration.ofDays
.
Returns datetime
array the same size as A.