Loading TOC...

xs.gDay.ne

xs.gDay.ne(
   value as xs.gDay
) as boolean

Summary

Not equal comparison on xs.gDay values

Parameters
value A day value.

Example

const v1 = xs.gDay('---08');
const v2 = xs.gDay('---04');
v1.ne(v2);

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