calendarDuration.uplus
calendarDuration: C = uplus (A)
Unary plus for calendarDuration arrays.
C = uplus (A) is the equivalent of the syntax
C = +A and returns a copy of A. C is a
calendarDuration array of the same size as A.
Source Code: calendarDuration