Sum

Returns the sum of the non-null arguments.

Variants

Sum(Duration duration1, Duration duration2, …, Duration durationN)

Returns the sum of the non-null durations.

Parameters

duration
The duration value to sum.

Returns

Duration

Examples

Sum(Numeric number1, Numeric number2, …, Numeric numberN)

Returns the sum of the non-null numbers.

Parameters

number
The numeric value to sum.

Returns

Numeric

Examples