xs.time.gt

xs.time.gt(
   value as xs.time
) as boolean

Summary

Greater-than comparison on xs.time values

Parameters
value A time value.

Example

const v1 = xs.time('12:30:45-05:00');
const v2 = xs.time('01:10:25-02:00');
v1.gt(v2);
Powered by MarkLogic Server | Terms of Use | Privacy Policy