xs.dayTimeDuration.ne( value as xs.dayTimeDuration ) as boolean
Not equal comparison on xs.dayTimeDuration values
const v1 = xs.dayTimeDuration("P5DT4H"); const v2 = xs.dayTimeDuration("P1DT1H"); v1.ne(v2);
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.