Loading TOC...

xs.yearMonthDuration.add

xs.yearMonthDuration.add(
   value as xs.yearMonthDuration
) as xs.yearMonthDuration

Summary

Adds two xs.yearMonthDuration. Returns an xs.yearMonthDuration.

Parameters
value A year month duration.

Example

const v1 = xs.yearMonthDuration("P3Y7M");
const v2 = xs.yearMonthDuration("P1Y4M");
v1.add(v2)

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.